Skip to content

Commit

Permalink
Merge pull request #303 from saitejaopsmx/oes3.12
Browse files Browse the repository at this point in the history
Improvements while loading the application dashboard in ISD
  • Loading branch information
ksrinimba authored May 9, 2022
2 parents 0c497da + a88ce49 commit 3fd208e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
9 changes: 9 additions & 0 deletions charts/oes/config/oes-platform/platform-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,15 @@ supportedFeatures:
{{ toYaml .Values.platform.config.supportedFeatures | indent 2 }}
userGroup:
superAdminGroups: {{ .Values.platform.config.adminGroups }}
app:
dashboard:
adminuser: {{ .Values.platform.config.app.dashboard.adminuser }} # mandatory to provide admin user name to run admin jobs that compute dashboard counts
fixedDelay:
in:
milliseconds: 120000
initialDelay:
in:
milliseconds: 600000
user:
{{- if .Values.gate.config.saml.enabled }}
source: {{ .Values.gate.config.saml.userSource }}
Expand Down
4 changes: 4 additions & 0 deletions charts/oes/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -511,6 +511,10 @@ platform:
- sapor
- visibility

app:
dashboard:
adminuser: admin # mandatory to provide admin user name to run admin jobs that compute dashboard counts

###############################################################################
## Details of rabbitmq message bus image for OES
##
Expand Down

0 comments on commit 3fd208e

Please sign in to comment.