You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In environment-config.yaml: api.audience="optimize-api"
In application-ccsm.yaml: camunda.identity.audience={{ include "optimize.authAudience" . | quote }}
Describe the enhancement/feature:
api.audience also configurable
Desired outcome and acceptance tests:
The text was updated successfully, but these errors were encountered:
Given there is a workaround for it and we don't have much capacity for now, also that part will be refactored anyway in the 8.7 release, I will put it back in the backlog.
Describe the use case:
Currently in Optimize ConfigMap (https://artifacthub.io/packages/helm/camunda/camunda-platform/10.0.5?modal=template&template=optimize/configmap.yaml) , there are 2 places, where audience is taken into account, once hardcoded and once configurable:
In environment-config.yaml: api.audience="optimize-api"
In application-ccsm.yaml: camunda.identity.audience={{ include "optimize.authAudience" . | quote }}
Describe the enhancement/feature:
api.audience also configurable
Desired outcome and acceptance tests:
The text was updated successfully, but these errors were encountered: