-
Notifications
You must be signed in to change notification settings - Fork 64
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 json example for nested object in the doc #1070
Comments
@zodd3131 you can convert security settings of ActiveMQArtemisSecurity CR to broker properties ActiveMQArtemis CR, .i.e.
|
Thank you for the reply @brusdev May I ask you where did you find the documentation about securityRoles instead of security-settings. I was looking here Maybe can I add more explanation in the documentation below ? |
@zodd3131 in the Apache ActiveMQ Artemis project there is a doc section and a test class for broker properties:
Any contributes is always welcome but I think that should be a contribute for the Apache ActiveMQ Artemis project doc. |
Describe the feature
A new feature has been added that provides the ability to pass broker.properties through a json secret.
ActiveMQArtemisSecurity is now a deprecated resource and it's now recommanded to provide configuration with spec.brokerProperties. I would like to implement what it is described here : providing-additional-brokerproperties-configuration-from-a-secret).
How to write nested object and what to escape as characters?
How to translate the yaml below into a json secret?
I would like to complete the documentation with more complex examples.
Tip
Vote this issue reacting with 👍 or 👎
The text was updated successfully, but these errors were encountered: