Add migration to update ApiClients with centralized authorization scopes
This migration updates the ScopesJson for the ApiClient with Id 91000000-0000-0000-0000-000000000001 to include additional authorization scopes for improved API access control. The Down method reverts the changes if necessary.
This commit is contained in:
@@ -15,8 +15,14 @@
|
||||
"AllowedTokenScopes": [
|
||||
"deployment.read",
|
||||
"deployment.write",
|
||||
"configuration.read",
|
||||
"configuration.write",
|
||||
"credential.read",
|
||||
"credential.write",
|
||||
"queue.process",
|
||||
"queue.read",
|
||||
"template.read",
|
||||
"template.write",
|
||||
"credential.resolve",
|
||||
"token.manage",
|
||||
"token.admin"
|
||||
|
||||
Reference in New Issue
Block a user