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
When I attempt to deploy a KongConsumer at the same time as the Secret defined in its' credentials field, I get hit with the consumer referenced non-existent credentials secret error from the admission webhook. If I manually deploy the secret before the consumer it deploys properly.
Expected Behavior
deploying KongConsumer at the same time as its' associated Secret deploys both properly without complaint from the admission webhook.
Steps To Reproduce
No response
Kong Ingress Controller version
v3.3
Kubernetes version
v1.29.6
Anything else?
This was initially discussed by the Kong team in #2324 and continued in #2195 without a definite resolution.
The severity of the credentials issue was referred to as having been "greatly reduced with the events mechanism" and closed due to lacking scope in todays' context. However the issue still persists.
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Current Behavior
When I attempt to deploy a
KongConsumer
at the same time as theSecret
defined in its'credentials
field, I get hit with theconsumer referenced non-existent credentials secret
error from the admission webhook. If I manually deploy the secret before the consumer it deploys properly.Expected Behavior
deploying
KongConsumer
at the same time as its' associatedSecret
deploys both properly without complaint from the admission webhook.Steps To Reproduce
No response
Kong Ingress Controller version
Kubernetes version
Anything else?
This was initially discussed by the Kong team in #2324 and continued in #2195 without a definite resolution.
The severity of the credentials issue was referred to as having been "greatly reduced with the events mechanism" and closed due to lacking scope in todays' context. However the issue still persists.
The text was updated successfully, but these errors were encountered: