Skip to content

Commit

Permalink
Change files
Browse files Browse the repository at this point in the history
  • Loading branch information
kovayur committed May 14, 2024
1 parent bc37fbd commit 957b224
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/dinosaur/pkg/environments/development.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func NewDevelopmentEnvLoader() environments.EnvLoader {
"enable-additional-sso-issuers": "true",
"additional-sso-issuers-file": "config/additional-sso-issuers.yaml",
"jwks-file": "config/jwks-file-static.json",
"fleetshard-authz-config-file": "config/fleetshard-authz-org-ids-development.yaml",
"fleetshard-authz-config-file": "config/fleetshard-authz-development.yaml",
"central-idp-client-id": "rhacs-ms-dev",
"central-idp-issuer": "https://sso.stage.redhat.com/auth/realms/redhat-external",
"admin-authz-config-file": "config/admin-authz-roles-dev.yaml",
Expand Down
1 change: 1 addition & 0 deletions internal/dinosaur/pkg/environments/integration.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ func (b IntegrationEnvLoader) Defaults() map[string]string {
"quota-type": "quota-management-list",
"enable-deletion-of-expired-central": "true",
"dataplane-cluster-scaling-type": "auto", // need to set this to 'auto' for integration environment as some tests rely on this
"fleetshard-authz-config-file": "config/fleetshard-authz-development.yaml",
}
}

Expand Down
2 changes: 1 addition & 1 deletion internal/dinosaur/pkg/environments/stage.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ func NewStageEnvLoader() environments.EnvLoader {
"enable-additional-sso-issuers": "true",
"additional-sso-issuers-file": "config/additional-sso-issuers.yaml",
"jwks-file": "config/jwks-file-static.json",
"fleetshard-authz-config-file": "config/fleetshard-authz-org-ids-development.yaml",
"fleetshard-authz-config-file": "config/fleetshard-authz-development.yaml",
"admin-authz-config-file": "config/admin-authz-roles-dev.yaml",
}
}

0 comments on commit 957b224

Please sign in to comment.