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

Ability for extended securityContext configuration apart from runAsUser in pegasearch #635

Closed
micgoe opened this issue Sep 25, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@micgoe
Copy link

micgoe commented Sep 25, 2023

Is your feature request related to a problem? Please describe.

Currently, we have the capability to configure the pegasearch.podSecurityContext.runAsUser parameter exclusively. Unfortunately, this configuration does not extend to other Kubernetes securityContext parameters.

In our OpenShift Container Platform (OCP) environment, there's a need to include supplementalGroups in the pod security-context.

Describe the solution you'd like
We need to enhance the flexibility of the pegasearch.podSecurityContext variable to accept any YAML input, thereby accommodating a wider range of securityContext configurations. This expansion will enable us to configure various Kubernetes securityContext parameters as needed.

Describe alternatives you've considered
We use kustomize post processing right now to embeed our securityContext configuration. However, this is not a a clean solution and this feature could be of benefit for various customers.

@micgoe micgoe added the enhancement New feature or request label Sep 25, 2023
@kishorv10 kishorv10 linked a pull request Apr 23, 2024 that will close this issue
@kishorv10
Copy link
Contributor

US-570518 (internal)

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

No branches or pull requests

2 participants