Skip to content

Commit

Permalink
Merge pull request #84 from i4Trust/ccs-new-model
Browse files Browse the repository at this point in the history
Comment out OIDC scopes, keep as example
  • Loading branch information
dwendland authored Jan 29, 2024
2 parents 305c873 + 1ba82cd commit 9d4b7fc
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 23 deletions.
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)

0 comments on commit 9d4b7fc

Please sign in to comment.