Operator-UI security context configuration (#1089)

- fix: check all pages are valid in  Add tenant wizard before enabling
  Create button
- Added: security context menu configuration for MinIO, logsearch api,
  postgres, prometheus and KES

Signed-off-by: Lenin Alevski <alevsk.8772@gmail.com>
This commit is contained in:
Lenin Alevski
2021-10-19 09:42:36 -07:00
committed by GitHub
parent ccebc17f3f
commit ff433549b6
16 changed files with 1162 additions and 43 deletions

View File

@@ -38,11 +38,11 @@ type SecurityContext struct {
// fs group
// Required: true
FsGroup *int64 `json:"fsGroup"`
FsGroup *string `json:"fsGroup"`
// run as group
// Required: true
RunAsGroup *int64 `json:"runAsGroup"`
RunAsGroup *string `json:"runAsGroup"`
// run as non root
// Required: true
@@ -50,7 +50,7 @@ type SecurityContext struct {
// run as user
// Required: true
RunAsUser *int64 `json:"runAsUser"`
RunAsUser *string `json:"runAsUser"`
}
// Validate validates this security context