Hi there,
I’ve set the following property to TRUE.
# Requires a group secret for each secret
credentialStore.aws.config.enforceEntryGroup=true
When I configure the groups for the secret name using the convention,
ch/plant/sourceDb-groups=mysensitive-group
I get an error message with the code CSP_075 as below,
Advanced configuration credential-stores.properties has an error : ch/plant/sourceDb-groups=mysensitive-group : CSP_075
Looks like the config, does not like / in the secret name. AWS allows / in secret names.
Please advise how to get around this issue?