templates/composer: add tenant_provider_fields
account_id is for https://sso.redhat.com/auth/realms/redhat-external/protocol/openid-connect/token rh-org-id is for https://identity.api.openshift.com/auth/realms/rhoas/protocol/openid-connect/token Signed-off-by: Ondřej Budai <ondrej@budai.cz>
This commit is contained in:
parent
d2d70c1e95
commit
37181eb995
1 changed files with 2 additions and 0 deletions
|
|
@ -211,6 +211,7 @@ objects:
|
|||
enable_jwt = true
|
||||
jwt_keys_urls = ["${RH_SSO_BASE_URL}/protocol/openid-connect/certs", "${MAS_SSO_BASE_URL}/protocol/openid-connect/certs"]
|
||||
jwt_acl_file = "${COMPOSER_CONFIG_DIR}/acl.yml"
|
||||
jwt_tenant_provider_fields = ["rh-org-id", "account_id"]
|
||||
[koji.aws_config]
|
||||
bucket = "${COMPOSER_CONFIG_BUCKET_NAME}"
|
||||
[worker]
|
||||
|
|
@ -222,6 +223,7 @@ objects:
|
|||
enable_jwt = true
|
||||
jwt_keys_urls = ["${RH_SSO_BASE_URL}/protocol/openid-connect/certs", "${MAS_SSO_BASE_URL}/protocol/openid-connect/certs"]
|
||||
jwt_acl_file = "${COMPOSER_CONFIG_DIR}/acl.yml"
|
||||
jwt_tenant_provider_fields = ["rh-org-id", "account_id"]
|
||||
|
||||
- apiVersion: batch/v1
|
||||
kind: CronJob
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue