Skip to content

Commit a6a4936

Browse files
authored
Update app, chart version for 2.1.0 release (#575)
Signed-off-by: Emiliano Suñé <emiliano.sune@gmail.com>
1 parent f3cba5a commit a6a4936

File tree

4 files changed

+34
-37
lines changed

4 files changed

+34
-37
lines changed

README.md

Lines changed: 24 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -69,16 +69,12 @@ curl -X 'POST' \
6969
"names": ["given_names", "family_name", "country"],
7070
"restrictions": [
7171
{
72-
"schema_name": "Person",
73-
"issuer_did": "L6ASjmDDbDH7yPL1t2yFj9"
72+
"schema_name": "Person",
73+
"issuer_did": "QEquAHkM35w4XVT3Ku5yat"
7474
},
7575
{
76-
"schema_name": "Person",
77-
"issuer_did": "QEquAHkM35w4XVT3Ku5yat"
78-
},
79-
{
80-
"schema_name": "Person",
81-
"issuer_did": "M6dhuFj5UwbhWkSLmvYSPc"
76+
"schema_name": "Person",
77+
"issuer_did": "RGjWbW1eycP7FrMf4QJvX8"
8278
}
8379
]
8480
}
@@ -120,28 +116,29 @@ After all these steps have been completed, you should be able to authenticate wi
120116
To connect a debugger to the `vc-authn` controller service, start the project using `DEBUGGER=true ./manage start` and then launch the debugger, it should connect automatically to the container.
121117

122118
This is a sample debugger launch configuration for VSCode that can be used by adding it to `launch.json`, it assumes a `.venv` folder containing the virtual environment was created in the repository root:
119+
123120
```json
124121
{
125-
"version": "0.1.1",
126-
"configurations": [
122+
"version": "0.1.1",
123+
"configurations": [
124+
{
125+
"name": "Python: Debug VC-AuthN Controller",
126+
"type": "python",
127+
"request": "attach",
128+
"port": 5678,
129+
"host": "localhost",
130+
"pathMappings": [
127131
{
128-
"name": "Python: Debug VC-AuthN Controller",
129-
"type": "python",
130-
"request": "attach",
131-
"port": 5678,
132-
"host": "localhost",
133-
"pathMappings": [
134-
{
135-
"localRoot": "${workspaceFolder}/oidc-controller",
136-
"remoteRoot": "/app"
137-
},
138-
{
139-
"localRoot": "${workspaceFolder}/.venv/Lib/site-packages",
140-
"remoteRoot": "/usr/local/lib/python3.11/site-packages"
141-
}
142-
],
143-
"justMyCode": false
132+
"localRoot": "${workspaceFolder}/oidc-controller",
133+
"remoteRoot": "/app"
134+
},
135+
{
136+
"localRoot": "${workspaceFolder}/.venv/Lib/site-packages",
137+
"remoteRoot": "/usr/local/lib/python3.11/site-packages"
144138
}
145-
]
139+
],
140+
"justMyCode": false
141+
}
142+
]
146143
}
147144
```

charts/vc-authn-oidc/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ type: application
66
# This is the chart version. This version number should be incremented each time you make changes
77
# to the chart and its templates, including the app version.
88
# Versions are expected to follow Semantic Versioning (https://semver.org/)
9-
version: 0.2.1
9+
version: 0.2.2
1010

1111
# This is the version number of the application being deployed. This version number should be
1212
# incremented each time you make changes to the application. Versions are not expected to
1313
# follow Semantic Versioning. They should reflect the version the application is using.
1414
# It is recommended to use it with quotes.
15-
appVersion: "2.0.3"
15+
appVersion: "2.1.0"
1616

1717
# Charts the vc-authn-oidc service depends on
1818
dependencies:

charts/vc-authn-oidc/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# VC-AuthN OIDC
22

3-
![Version: 0.2.1](https://img.shields.io/badge/Version-0.2.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.0.3](https://img.shields.io/badge/AppVersion-2.0.3-informational?style=flat-square)
3+
![Version: 0.2.2](https://img.shields.io/badge/Version-0.2.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.1.0](https://img.shields.io/badge/AppVersion-2.1.0-informational?style=flat-square)
44

55
A Helm chart to deploy Verifiable Credential Identity Provider for OpenID Connect.
66

@@ -84,7 +84,7 @@ kubectl delete secret,pvc --selector "app.kubernetes.io/instance"=my-release
8484
| `image.repository` | | `ghcr.io/bcgov/vc-authn-oidc` |
8585
| `image.pullPolicy` | | `IfNotPresent` |
8686
| `image.pullSecrets` | | `[]` |
87-
| `image.tag` | Overrides the image tag which defaults to the chart appVersion. | `2.0.3` |
87+
| `image.tag` | Overrides the image tag which defaults to the chart appVersion. | `2.1.0` |
8888
| `ingressSuffix` | Domain suffix to be used for default hostpaths in ingress | `.apps.silver.devops.gov.bc.ca` |
8989

9090
### Controller Configuration

docker/agent/config/ledgers.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
- id: BCovrinTest
22
is_production: true
3-
genesis_url: 'http://test.bcovrin.vonx.io/genesis'
4-
- id: SovrinStagingNet
5-
is_production: true
6-
genesis_url: 'https://raw.githubusercontent.com/sovrin-foundation/sovrin/stable/sovrin/pool_transactions_sandbox_genesis'
3+
genesis_url: "http://test.bcovrin.vonx.io/genesis"
4+
# - id: SovrinStagingNet
5+
# is_production: true
6+
# genesis_url: 'https://raw.githubusercontent.com/sovrin-foundation/sovrin/stable/sovrin/pool_transactions_sandbox_genesis'
77
- id: CANdyDev
88
is_production: true
9-
genesis_url: 'https://raw.githubusercontent.com/ICCS-ISAC/dtrust-reconu/main/CANdy/dev/pool_transactions_genesis'
9+
genesis_url: "https://raw.githubusercontent.com/ICCS-ISAC/dtrust-reconu/main/CANdy/dev/pool_transactions_genesis"
1010
- id: CANdyTest
1111
is_production: true
1212
is_write: true
13-
genesis_url: 'https://raw.githubusercontent.com/ICCS-ISAC/dtrust-reconu/main/CANdy/test/pool_transactions_genesis'
13+
genesis_url: "https://raw.githubusercontent.com/ICCS-ISAC/dtrust-reconu/main/CANdy/test/pool_transactions_genesis"

0 commit comments

Comments
 (0)