Skip to content

Commit

Permalink
chore: release 5.0.0-2
Browse files Browse the repository at this point in the history
Release-As: 5.0.0-2
  • Loading branch information
moabu committed Aug 31, 2022
1 parent 366d4b8 commit 1f6f950
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions docker-casa/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The following environment variables are supported by the container:
- `CN_CONFIG_KUBERNETES_NAMESPACE`: Kubernetes namespace (default to `default`).
- `CN_CONFIG_KUBERNETES_CONFIGMAP`: Kubernetes configmaps name (default to `jans`).
- `CN_CONFIG_KUBERNETES_USE_KUBE_CONFIG`: Load credentials from `$HOME/.kube/config`, only useful for non-container environment (default to `false`).
- `CN_SECRET_ADAPTER`: The secrets adapter, can be `vault` or `kubernetes`.
- `CN_SECRET_ADAPTER`: The secrets' adapter, can be `vault` or `kubernetes`.
- `CN_SECRET_VAULT_SCHEME`: supported Vault scheme (`http` or `https`).
- `CN_SECRET_VAULT_HOST`: hostname or IP of Vault (default to `localhost`).
- `CN_SECRET_VAULT_PORT`: port of Vault (default to `8200`).
Expand Down Expand Up @@ -65,7 +65,7 @@ The following environment variables are supported by the container:
- `CN_SQL_DB_HOST`: Host of SQL backend (default to `localhost`).
- `CN_SQL_DB_PORT`: Port of SQL backend (default to `3306`).
- `CN_SQL_DB_NAME`: Database name (default to `jans`)
- `CN_SQL_DB_USER`: User name to interact with SQL backend (default to `jans`).
- `CN_SQL_DB_USER`: Username to interact with SQL backend (default to `jans`).
- `CN_GOOGLE_SPANNER_INSTANCE_ID`: Instance ID of Google Spanner (default to empty string).
- `CN_GOOGLE_SPANNER_DATABASE_ID`: Database ID of Google Spanner (default to empty string).
- `GOOGLE_APPLICATION_CREDENTIALS`: Path to Google credentials JSON file (default to `/etc/jans/conf/google-credentials.json`).
Expand Down Expand Up @@ -118,9 +118,9 @@ To customize the config, mount custom config file to `/opt/prometheus/prometheus

Hybrid persistence supports all available persistence types. To configure hybrid persistence and its data mapping, follow steps below:

1. Set `CN_PERSISTENCE_TYPE` environment variable to `hybrid`
1. Set `CN_PERSISTENCE_TYPE` environment variable to `hybrid`

1. Set `CN_HYBRID_MAPPING` with the following format:
2. Set `CN_HYBRID_MAPPING` with the following format:

```
{
Expand Down
2 changes: 1 addition & 1 deletion docker-casa/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.0.0-1
5.0.0-2

0 comments on commit 1f6f950

Please sign in to comment.