Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DSD-6149]added idrepo-client roles to the testrig-client #745

Merged
merged 1 commit into from
Sep 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions charts/keycloak-init/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@
- name: add_oidc_client
description: Scope required to create OIDC client
protocol: openid-connect
"Include In Token Scope": on

Check warning on line 238 in charts/keycloak-init/values.yaml

View workflow job for this annotation

GitHub Actions / chart-lint-publish / chart-lint-publish

238:37 [truthy] truthy value should be one of [false, true]
attributes: {
display.on.consent.screen: "false",
include.in.token.scope: "true"
Expand All @@ -243,7 +243,7 @@
- name: update_oidc_client
description: ''
protocol: openid-connect
"Include In Token Scope": on

Check warning on line 246 in charts/keycloak-init/values.yaml

View workflow job for this annotation

GitHub Actions / chart-lint-publish / chart-lint-publish

246:37 [truthy] truthy value should be one of [false, true]
attributes: {
display.on.consent.screen: "false",
include.in.token.scope: "true"
Expand All @@ -251,7 +251,7 @@
- name: get_certificate
description: Scope required to create OIDC client
protocol: openid-connect
"Include In Token Scope": on

Check warning on line 254 in charts/keycloak-init/values.yaml

View workflow job for this annotation

GitHub Actions / chart-lint-publish / chart-lint-publish

254:37 [truthy] truthy value should be one of [false, true]
attributes: {
display.on.consent.screen: "false",
include.in.token.scope: "true"
Expand All @@ -259,7 +259,7 @@
- name: upload_certificate
description: ''
protocol: openid-connect
"Include In Token Scope": on

Check warning on line 262 in charts/keycloak-init/values.yaml

View workflow job for this annotation

GitHub Actions / chart-lint-publish / chart-lint-publish

262:37 [truthy] truthy value should be one of [false, true]
attributes: {
display.on.consent.screen: "false",
include.in.token.scope: "true"
Expand All @@ -267,7 +267,7 @@
- name: individual_id
description: Scope required to create resident client
protocol: openid-connect
"Include In Token Scope": on

Check warning on line 270 in charts/keycloak-init/values.yaml

View workflow job for this annotation

GitHub Actions / chart-lint-publish / chart-lint-publish

270:37 [truthy] truthy value should be one of [false, true]
attributes: {
display.on.consent.screen: "true",
include.in.token.scope: "true"
Expand All @@ -275,7 +275,7 @@
- name: ida_token
description: ''
protocol: openid-connect
"Include In Token Scope": on

Check warning on line 278 in charts/keycloak-init/values.yaml

View workflow job for this annotation

GitHub Actions / chart-lint-publish / chart-lint-publish

278:37 [truthy] truthy value should be one of [false, true]
attributes: {
display.on.consent.screen: "true",
include.in.token.scope: "true"
Expand All @@ -283,7 +283,7 @@
- name: send_binding_otp
description: Scope required to create mpartner-default-mobile client
protocol: openid-connect
"Include In Token Scope": on

Check warning on line 286 in charts/keycloak-init/values.yaml

View workflow job for this annotation

GitHub Actions / chart-lint-publish / chart-lint-publish

286:37 [truthy] truthy value should be one of [false, true]
attributes: {
display.on.consent.screen: "false",
include.in.token.scope: "true"
Expand All @@ -291,7 +291,7 @@
- name: wallet_binding
description: Scope required to create mpartner-default-mobile client
protocol: openid-connect
"Include In Token Scope": on

Check warning on line 294 in charts/keycloak-init/values.yaml

View workflow job for this annotation

GitHub Actions / chart-lint-publish / chart-lint-publish

294:37 [truthy] truthy value should be one of [false, true]
attributes: {
display.on.consent.screen: "false",
include.in.token.scope: "true"
Expand Down Expand Up @@ -617,6 +617,17 @@
- PMS_USER
- uma_authorization
- offline_access
- PUBLISH_DEACTIVATE_ID_ALL_INDIVIDUAL
- SUBSCRIBE_VID_CRED_STATUS_UPDATE_GENERAL
- ID_REPOSITORY
- PUBLISH_ACTIVATE_ID_ALL_INDIVIDUAL
- PUBLISH_REMOVE_ID_ALL_INDIVIDUAL
- PUBLISH_AUTHENTICATION_TRANSACTION_STATUS_GENERAL
- PUBLISH_VID_CRED_STATUS_UPDATE_GENERAL
- PUBLISH_AUTH_TYPE_STATUS_UPDATE_ALL_INDIVIDUAL
- PUBLISH_IDENTITY_CREATED_GENERAL
- PUBLISH_IDENTITY_UPDATED_GENERAL
- SUBSCRIBE_REMOVE_ID_STATUS_GENERAL
sa_client_roles:
## realm-management client id
- realm-management:
Expand Down
Loading