Initial commit

This commit is contained in:
Yaser
2026-08-13 19:56:46 +03:30
commit de1d57a67b
474 changed files with 43185 additions and 0 deletions

13
docs/service_accounts.md Normal file
View File

@@ -0,0 +1,13 @@
# Service Accounts
In Barong a service account belongs to a user.
Service accounts are currently created only via Management API (server to server API).
There is no possibility to login into service account, it's used through API using an API Key.
User has an ability to list his service accounts. Also User can create, update, delete and list API Keys for these service accounts using his own OTP.
A user service account has the same level as the user, the role can be different.
If User disable OTP, all API Keys for his service accounts will become inactive.
If a user state changes, his service accounts state will change accordingly.