SecretsManager: Add roles and access control to APIs (#102456)

This commit is contained in:
Matheus Macabu
2025-03-19 16:30:07 +01:00
committed by GitHub
parent 616ec9831b
commit 2ade94bbf7
4 changed files with 155 additions and 19 deletions
+4
View File
@@ -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),
},
}
}