-
Task
-
Resolution: Done
-
Major
-
None
-
3
-
False
-
None
-
False
-
Not Started
-
Not Started
-
Not Started
-
Not Started
-
Not Started
-
Not Started
-
-
-
3
-
RHOAM Sprint 56
What
ApplicationAuth constantly generating applicationkeys if the auth secret doesn't exist
How to reproduce
Create a product with a application via cr
create a ApplicationAuth CR with the following content making sure that the auth secret example doesn't exist.
apiVersion: capabilities.3scale.net/v1beta1 kind: ApplicationAuth metadata: name: example namespace: 3scale-test spec: applicationCRName: application-cr authSecretRef: name: example generateSecret: true
the status should update straight away to
status: conditions: - lastTransitionTime: '2024-04-10T11:44:17Z' message: ApplicationKey limit reached a maximum of 5 keys allowed status: 'True' type: Failed - lastTransitionTime: '2024-04-10T11:44:17Z' status: 'False' type: Ready
How
debug the operator when the above conditions are met to see if you can stop the generation of keys if the secret is not found.
- links to
-
RHEA-2024:129555 Release of 3scale-operator 0.12.1mas for RHOAM - Containers
- mentioned on