We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
apiVersion: capabilities.3scale.net/v1beta1 kind: Product metadata: name: test-product spec: deployment: apicastSelfManaged: authentication: userkey: authUserKey: x-api-token
apiVersion: capabilities.3scale.net/v1beta1 kind: Application metadata: name: test-app spec: productCR: name: test-product
apiVersion: capabilities.3scale.net/v1beta1 kind: ApplicationAuth metadata: name: test spec: applicationCRName: test-app authSecretRef: name: test-secret
that the user_key of application "test-app" will be updated.
it's not updated.
3scale-operator/controllers/capabilities/applicationauth_controller.go
Lines 251 to 255 in 4e7d68b
The text was updated successfully, but these errors were encountered:
Further information:
Sorry, something went wrong.
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
When
I expect
that the user_key of application "test-app" will be updated.
Instead
it's not updated.
Notes
3scale-operator/controllers/capabilities/applicationauth_controller.go
Lines 251 to 255 in 4e7d68b
The text was updated successfully, but these errors were encountered: