azure-containerapps-application-secrets
Container App secrets are returned in plaintext by the dedicated listSecrets action.
Where it sits
| location | Microsoft.App/containerApps/listSecrets response.value[].{name,value} |
| location kind | secret_value |
| data kinds | credential password api_key access_key secret_key oauth_token connection_string private_key certificate |
| emits edge | ExposesCredential |
| service | Container Apps (azure:containerapps) |
Collection recipe
| access mode | read_api |
| operation | Container Apps - List Secrets |
| response path | value[].{name,value} |
| encoding | list |
| params | {"resource_id": "\u003cazure-resource-id\u003e"} |
Required permissions
Microsoft.App/containerApps/listSecrets/action
References