Plugins: Rename externalServiceAuthentication to iam (#78686)
Plugins: Rename externalServiceAuthentication to iam
This commit is contained in:
@@ -410,12 +410,13 @@ schemas: [{
|
||||
params: [string]: string
|
||||
}
|
||||
|
||||
// External service registration information
|
||||
externalServiceRegistration: #ExternalServiceRegistration
|
||||
// Identity and Access Management information.
|
||||
// Allows the plugin to define the permissions it requires to have on Grafana.
|
||||
iam: #IAM
|
||||
|
||||
// ExternalServiceRegistration allows the service to get a service account token
|
||||
// IAM allows the plugin to get a service account with tailored permissions and a token
|
||||
// (or to use the client_credentials grant if the token provider is the OAuth2 Server)
|
||||
#ExternalServiceRegistration: {
|
||||
#IAM: {
|
||||
// Permissions are the permissions that the external service needs its associated service account to have.
|
||||
permissions?: [...#Permission]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user