-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
2.15.3 GA
-
False
-
-
False
-
Not Started
-
Not Started
-
Not Started
-
Not Started
-
Not Started
-
Not Started
-
Workaround Exists
-
-
- Create product by Product CR with oidc authentication.
- Set application key by following kcs
-
-
In case that product is deployed by Product CR and configured oidc as an authentication like the following:
apiVersion: capabilities.3scale.net/v1beta1 kind: Product ... spec: ... deployment: apicastHosted: authentication: oidc: issuerEndpoint: <IdP issuer URL> issuerType: keycloak ...
when attempting to set ApplicationKey ( i.e. oidc client secert) by ApplicationAuth CR, it fails with the following message in the status of ApplicationAuth CR even though it's the first attempt.
status: conditions: - lastTransitionTime: "2025-07-16T05:52:52Z" message: ApplicationKey limit reached a maximum of 5 keys allowed status: "True" type: Failed