-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Kubernetes secret not read anymore in 3.3 #35673
Comments
@radcortez do I remember correctly that you had looked into some kind of similar issue? |
You may be thinking about this one: #35564 |
I'll have a look. |
Right, thanks! |
Just because it raised a flag, the encrypted secrets from above are totally meaningless. |
I've tried to reproduce it, but no luck. Can you please provide me with more information?
Thanks! |
You can see the whole code and config at: https://github.com/cescoffier/devnation-2023-modern-data-streaming/tree/main/measure-enrichment. Nothing out of the ordinary. The are no exceptions. Hibernate complains there is no jdbc URL. |
Which Quarkus versions are you using? There was an issue with this which was fixed in 3.3.2. |
Ok, that is not enough information for us to help you with the issue. Can you please open a new issue, with a small reproducer, since it seems unrelated with this one? |
Describe the bug
I had an application using:
It was working perfectly in 3.2.0.CR1.
I've updated it to 3.3.1, and the secret is not read anymore.
The secret is the following:
Expected behavior
The values from the secret should be read as before.
Actual behavior
The secret is not read.
I can see that the secret permissions are added to the descriptor:
How to Reproduce?
No response
Output of
uname -a
orver
No response
Output of
java -version
No response
GraalVM version (if different from Java)
No response
Quarkus version or git rev
No response
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
No response
The text was updated successfully, but these errors were encountered: