Initial commit
This commit is contained in:
13
docs/service_accounts.md
Normal file
13
docs/service_accounts.md
Normal 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.
|
||||
Reference in New Issue
Block a user