-
Notifications
You must be signed in to change notification settings - Fork 719
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
Remove secure settings field from SCP example #7493
Conversation
secureSettings: | ||
- secretName: oidc-secret |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we have a preference for removing this vs noting that this is deprecated, but still "technically valid"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In this case I want to remove it, because we are setting it twice in this example. That is confusing.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok I see that. 👍
secureSettings: | ||
- secretName: oidc-secret |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok I see that. 👍
We no longer encourage users to use the old secureSettings field in Stack configuration policy, instead we expect the users to use the secureSettings field under the elasticsearch or kibana fields. Fixing documentation where the example had both secureSettings fields are set . (cherry picked from commit 6694d0c)
💚 All backports created successfully
Questions ?Please refer to the Backport tool documentation |
# Backport This will backport the following commits from `main` to `2.11`: - [Remove secure settings field from SCP example (#7493)](#7493) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport)
We no longer encourage users to use the old secureSettings field in Stack configuration policy, instead we expect the users to use the secureSettings field under the elasticsearch or kibana fields. Fixing documentation where the example had both secureSettings field set .