Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: block local auth for neuvector (#965)
## Description Ensure Neuvector local auth is inaccessible: * Via Istio AuthorizationPolicy DENY to `/auth` on the manager pod * Adds additional precaution to randomize admin user password In theory Neuvector should not create an a local admin user as configured by https://github.com/defenseunicorns/uds-core/blob/c8d66fd394328426c523a60680c258ca1f15620c/src/neuvector/values/values.yaml#L28-L30 but it does not seem to honored at the moment. ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Other (security config, docs update, etc) ## Checklist before merging - [ ] Test, docs, adr added or updated as needed - [ ] [Contributor Guide](https://github.com/defenseunicorns/uds-template-capability/blob/main/CONTRIBUTING.md) followed
- Loading branch information