Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ENHANCEMENT] In Optimize Configmap: Make api.audience configurable #1986

Open
Tracked by #1
j-lindner opened this issue Jun 12, 2024 · 2 comments
Open
Tracked by #1

[ENHANCEMENT] In Optimize Configmap: Make api.audience configurable #1986

j-lindner opened this issue Jun 12, 2024 · 2 comments
Labels
kind/enhancement New feature or request

Comments

@j-lindner
Copy link

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:

@j-lindner j-lindner added the kind/enhancement New feature or request label Jun 12, 2024
@ManuelDittmar
Copy link
Contributor

as a workaround, environment variable CAMUNDA_OPTIMIZE_IDENTITY_AUDIENCE should work.

see: https://github.com/camunda/camunda-optimize/blob/fa2c72e494218ab36b8f7fd0a6b5b716b84c47b4/backend/src/main/resources/application-ccsm.yaml#L8C17-L8C51

@aabouzaid aabouzaid added the cycle/alpha4 Tasks will be done in alpha4 cycle label Jul 29, 2024
@aabouzaid aabouzaid added this to the 8.6 Release Cycle milestone Jul 29, 2024
@aabouzaid aabouzaid removed the cycle/alpha4 Tasks will be done in alpha4 cycle label Nov 18, 2024
@aabouzaid
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants