SecretsManager: Add roles and access control to APIs (#102456)
This commit is contained in:
@@ -63,6 +63,10 @@ func newMapper() mapper {
|
||||
"iam.grafana.app": {
|
||||
"teams": newResourceTranslation("teams", "id", false),
|
||||
},
|
||||
"secret.grafana.app": {
|
||||
"securevalues": newResourceTranslation("secret.securevalues", "uid", false),
|
||||
"keepers": newResourceTranslation("secret.keepers", "uid", false),
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user