-
Notifications
You must be signed in to change notification settings - Fork 162
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: enable auth providers for nightly jobs (#1923)
* enable auth providers for nightly jobs * enable auth providers for nightly jobs * enable auth providers for nightly jobs * enable auth providers for nightly jobs * enable auth providers for nightly jobs * fix error * fix error * fix error * fixes * fix helm delete * fix login timeout * fix timeouts * fix timeouts * fix timeouts * fix timeouts * fix timeouts * fix timeouts * fix timeouts * fix timeouts * fix timeouts * fix timeouts * fix timeouts * fix timeouts * fix timeouts * fix timeouts * fix timeouts * fix timeouts * fix timeouts * fix timeouts * fix gh test * add config for nightly job * fix lint errors * fix lint errors
- Loading branch information
Showing
22 changed files
with
2,194 additions
and
1,380 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
24 changes: 24 additions & 0 deletions
24
.ibm/pipelines/value_files/values_showcase-auth-provider-diff-rhbk.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
upstream: | ||
backstage: | ||
appConfig: | ||
auth: | ||
providers: | ||
oidc: | ||
production: | ||
metadataUrl: ${RHBK_METADATA_URL} | ||
clientId: ${RHBK_CLIENT_ID} | ||
clientSecret: ${RHBK_CLIENT_SECRET} | ||
prompt: auto | ||
callbackUrl: ${RHBK_CALLBACK_URL} | ||
catalog: | ||
providers: | ||
keycloakOrg: | ||
default: | ||
baseUrl: ${RHBK_URL} | ||
loginRealm: ${AUTH_PROVIDERS_REALM_NAME} | ||
realm: ${AUTH_PROVIDERS_REALM_NAME} | ||
clientId: ${RHBK_CLIENT_ID} | ||
clientSecret: ${RHBK_CLIENT_SECRET} | ||
schedule: | ||
frequency: { minutes: 1 } | ||
timeout: { minutes: 1 } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.