Skip to content
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

add trustStore and needClientAuth config to yaml (#834) #1118

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

gtully
Copy link
Contributor

@gtully gtully commented Jan 14, 2025

@dhoard I am making use of the custom authenticator and want to grant permissions based on the clients certificate so I need to be able to configure needClientAuth on the ssl parameters. Also, in kube land, I need to be able to configure the key and trust store types to support PEM key stores. Having these exposed in the yaml config leaves the system properties free for others.

From what I understand, this additional truststore config will also help with #834

@gtully
Copy link
Contributor Author

gtully commented Jan 14, 2025

peeking at that test failure.. sorted!

Signed-off-by: Gary Tully <gary.tully@gmail.com>
@gtully
Copy link
Contributor Author

gtully commented Jan 14, 2025

if it helps, for some context, the yaml for this use case is produced at: https://github.com/gtully/activemq-artemis-operator/blob/_jmx_exporter_agent/controllers/activemqartemis_reconciler.go#L2096

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant