-
Notifications
You must be signed in to change notification settings - Fork 4
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
✨ Make Annotations and IngressClass configurable in the webapp-cp helm chart #1929
Comments
Code changes implemented and pr here. looking in to ways of testing without merging |
PR ready to merge and could be deployed to test app I have tried deploying the helm chart manually from within the dev container and although the dry run looked ok when i tried the apply as follows ` helm upgrade --install --reuse-values --debug --wait --timeout 10m0s --namespace data-platform-app-ap-rshiny-notesbook-dev ap-rshiny-notesbook-dev ./webapp-cp .... |
I have been unable to manually deploy the helm chart into the test app can this wait until i return or does it need someone to get it over the line @julialawrence ? |
continuing to try to run the helm chart manually to test |
I have managed to manually deploy the helm chart (previous version 1.9.6) Checking if there are any issues |
the webapp log s contained the following And the situation was the same |
I have tried various methods deploy the helm chart manually none of which have worked slack thread here |
I was unable to test this change by manually deploying the helm chart but senior engineers were happy for the change to go ahead slack thread link to PR |
Describe the feature request.
In order to enable modsec firewall in our Cloud Platform applications, we need to allow users to configure annotations and
IngressClass
values in ourwebapp-cp
helm chart.William Martin, in this support ticket, has provided a patch for the changes required so we can review those and implement them to enable this functionality.
Describe the context.
One of our apps hosted in Cloud Platform, BOLD, specifically, has a requirement to turn on modsec application firewall. They've done this manually via
kubectl
commands, but would like to have the option to configure it via the deployment jobs.Value / Purpose
This will provide greater flexibility to app owners to enable security features if they're required or wish to do so.
User Types
Analytical Platform App Owners
The text was updated successfully, but these errors were encountered: