-
Notifications
You must be signed in to change notification settings - Fork 30
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
Error in amq-credential-secret #52
Comments
I can confirm this is an issue. |
I agree this is an issue |
The same issue is on |
Digging more deeply seems to be not an issue: variables If you create the secret:
then you can instantiate the app with:
|
Where did you find it out? Was there any instructions? |
Yes the parameters are all the keys in the secret. They are used to
retrieve the values from the secret.
Related Jira: https://issues.redhat.com/browse/ENTMQBR-2629
Howard
…On Fri, May 29, 2020 at 5:54 PM therevills ***@***.***> wrote:
Digging more deeply seems to be not an issue: variables AMQ_USER
AMQ_PASSWORD AMQ_KEYSTORE_PASSWORD AMQ_TRUSTSTORE_PASSWORD are intended
to be used as keys of the secret with name defined by
AMQ_CREDENTIAL_SECRET.
If you create the secret:
Where did you find it out? Was there any instructions?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#52 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAFHR3ZRK5YOVSN5PTJKKE3RT6A57ANCNFSM4JV2SR2A>
.
|
Is explained into the Red Hat AMQ deployment instructions, see here and here |
Can we please change this clever solution to something that an [average | enterprise] user is accustomed to! |
In the
amq-broker-75-persistence-clustered-ssl
there is an error when creating theamq-credential-secret
. The value of the data in this secret is hardcoded, in particular the trust store and the key store password is hardcoded topassword
:If the password is not
password
the broker pods will fail:This is the secret created by the template:
Should the parameters in the secret be moved to the value and not to the key?
The text was updated successfully, but these errors were encountered: