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-7140] added view-users #166

Merged
merged 1 commit into from
Jan 30, 2025
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
5 changes: 5 additions & 0 deletions helm/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 helm/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 helm/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 helm/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 helm/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 helm/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 helm/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 helm/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 helm/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 @@ -409,6 +409,11 @@
- add_oidc_client
- get_certificate
- upload_certificate
sa_client_roles:
## realm-management client id
- realm-management:
# realm-management client roles
- view-users

- name: mosip-policymanager-client
mappers: []
Expand Down
Loading