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

Comment out OIDC scopes, keep as example #84

Merged
merged 2 commits into from
Jan 29, 2024
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion charts/activation-service/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,4 @@ A Helm chart for running the i4Trust activation service for creating policies at
| serviceAccount.create | bool | `false` | specifies if the account should be created |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.11.3](https://github.com/norwoodj/helm-docs/releases/v1.11.3)
Autogenerated from chart metadata using [helm-docs v1.12.0](https://github.com/norwoodj/helm-docs/releases/v1.12.0)
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
5 changes: 2 additions & 3 deletions charts/pdc-portal/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# pdc-portal

![Version: 2.3.0](https://img.shields.io/badge/Version-2.3.0-informational?style=flat-square) ![AppVersion: 2.0.0](https://img.shields.io/badge/AppVersion-2.0.0-informational?style=flat-square)
![Version: 2.3.1](https://img.shields.io/badge/Version-2.3.1-informational?style=flat-square) ![AppVersion: 2.0.0](https://img.shields.io/badge/AppVersion-2.0.0-informational?style=flat-square)

A Helm chart for running the Packet Delivery Portal application on kubernetes.

Expand All @@ -26,7 +26,6 @@ A Helm chart for running the Packet Delivery Portal application on kubernetes.
| autoscaling.minReplicas | int | `1` | minimum number of running pods |
| ccs.defaultOidcScope | string | `"defaultOidcScope"` | Default scope to be used from scopes below, if none is provided |
| ccs.id | string | `"pdc"` | Id of the service |
| ccs.oidcScopes | object | `{"defaultScope":[{"trustedIssuersLists":["https://til.fiware.dev"],"trustedParticipantsLists":["https://tir.fiware.dev"],"type":"VerifiableDefaultCredential"}],"portalAccess":[{"trustedIssuersLists":["https://til.fiware.dev"],"trustedParticipantsLists":["https://tir.fiware.dev"],"type":"VerifiableCredential"}]}` | Credential configurations for particular scopes |
| config.cb.endpoint | string | `"https://localhost/ngsi-ld/v1"` | Endpoint of (API-Umbrella protected) NGSI-LD API |
| config.client.crt | string | `"<pdc-certs>"` | Client certificate (PEM certificate chain) |
| config.client.id | string | `"EU.EORI.NLPACKETDEL"` | Client ID |
Expand Down Expand Up @@ -87,4 +86,4 @@ A Helm chart for running the Packet Delivery Portal application on kubernetes.
| serviceAccount.create | bool | `false` | specifies if the account should be created |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.11.3](https://github.com/norwoodj/helm-docs/releases/v1.11.3)
Autogenerated from chart metadata using [helm-docs v1.12.0](https://github.com/norwoodj/helm-docs/releases/v1.12.0)
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
2 changes: 1 addition & 1 deletion charts/vcverifier/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ A Helm chart for running the i4Trust DSBA VCVerifier.
| templates | string | `nil` | if the style of the login-page should be altered, templates can be provided here. |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.11.3](https://github.com/norwoodj/helm-docs/releases/v1.11.3)
Autogenerated from chart metadata using [helm-docs v1.12.0](https://github.com/norwoodj/helm-docs/releases/v1.12.0)
Loading