Skip to content

Commit

Permalink
Comment out OIDC scopes, keep as example
Browse files Browse the repository at this point in the history
  • Loading branch information
dwendland committed Jan 29, 2024
1 parent 305c873 commit 26fac4f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion charts/pdc-portal/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: pdc-portal
version: 2.3.0
version: 2.3.1
appVersion: 2.0.0
home: https://github.com/i4trust/pdc-portal
description: A Helm chart for running the Packet Delivery Portal application on kubernetes.
Expand Down
34 changes: 17 additions & 17 deletions charts/pdc-portal/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -150,23 +150,23 @@ ccs:
# -- Default scope to be used from scopes below, if none is provided
defaultOidcScope: "defaultOidcScope"
# -- Credential configurations for particular scopes
oidcScopes:
defaultScope:
- type: "VerifiableDefaultCredential"
trustedParticipantsLists: [
"https://tir.fiware.dev"
]
trustedIssuersLists: [
"https://til.fiware.dev"
]
portalAccess:
- type: "VerifiableCredential"
trustedParticipantsLists: [
"https://tir.fiware.dev"
]
trustedIssuersLists: [
"https://til.fiware.dev"
]
#oidcScopes:
# defaultScope:
# - type: "VerifiableDefaultCredential"
# trustedParticipantsLists: [
# "https://tir.fiware.dev"
# ]
# trustedIssuersLists: [
# "https://til.fiware.dev"
# ]
# portalAccess:
# - type: "VerifiableCredential"
# trustedParticipantsLists: [
# "https://tir.fiware.dev"
# ]
# trustedIssuersLists: [
# "https://til.fiware.dev"
# ]

# PDC Portal configuration
config:
Expand Down

0 comments on commit 26fac4f

Please sign in to comment.