-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Emiliano Suñé <emiliano.sune@gmail.com>
- Loading branch information
Showing
3 changed files
with
7 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,3 @@ | ||
# Deploying vc-authn-oidc | ||
# VC-AuthN OIDC | ||
|
||
Until an Aries Cloudagent Python helm chart is available to be used as dependency, the templates in the [openshift](../openshift/) folder should be used to deploy the agent component. This should be done *before* executing the charts that deploy `vc-authn` and remaining dependencies. | ||
|
||
*Note:* the provided configurations are for OpenShift. | ||
|
||
## Configuration | ||
Use the `acapy` section in the chart to specify the settings for the target agent: | ||
|
||
- `agentUrl`: this is the public URL for the agent (also known as endpoint) | ||
- `adminUrl`: this is the URL to the admin interface of the agent - it will be used by `vc-authn-oidc` to control it | ||
- `existingSecret`: the name of an existing secret containing the values for `x-api-key` (otherwise set using `adminApiKey`), `wallet-id` and `wallet-key` (otherwise set using `tenant.walletId` and `tenant.walletKey`). | ||
- `useOob`: values are `true` or `false` (default `false`). If set to `true`, use OOB rather than connection-less to generate a proof-request. | ||
- `adminApiKey`: the value of the `x-api-key` header to be used when making requests to the aca-py instance | ||
existingSecret: "" | ||
- `tenancyMode`: valid options are `multi` and `single`. If `multi` is selected, the following `tenant` section must be completed as well. | ||
- `tenant.walletId`: the wallet id to be used to authenticate with the Traction tenant. | ||
- `tenant.walletKey`: the wallet key to be used to authenticate with the Traction tenant. | ||
Helm charts to deploy VC-AuthN OIDC in k8s |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters