Is your feature request related to a problem? Please describe.

In order to track property changes between different releases, we use labels. So, e.g. for the Git backend, we tag releases and then compare changes between them by fetching the configuration from the ConfigServer with different labels. Unfortunately, the AWS SecretsManager backend does not support labels, it just ignores them. Being able to have secrets based on labels would help us a lot here.

Describe the solution you'd like

The AWS SecretsManager backend could support the secrets with the staging labels.

Describe alternatives you've considered

The name pattern can be different, but I do not see any other alternatives to distinguish between different labels.