Skip to content

Commit 651ce7d

Browse files
committed
update tokensmith container to mount the correct config file path
1 parent eec480a commit 651ce7d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

systemd/containers/tokensmith.container

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ EnvironmentFile=/etc/openchami/configs/openchami.env
1212
Exec=serve --oidc-issuer="$TOKENSMITH_OIDC_PROVIDER" --issuer="$TOKENSMITH_ISSUER" --port="$TOKENSMITH_PORT" --cluster-id="$TOKENSMITH_CLUSTER_ID" --openchami-id="$TOKENSMITH_OPENCHAMI_ID" --config="$TOKENSMITH_CONFIG" --key-dir="$TOKENSMITH_KEY_DIR" --rfc8693-bootstrap-store="$TOKENSMITH_RFC8693_BOOTSTRAP_STORE" --rfc8693-refresh-store="$TOKENSMITH_RFC8693_REFRESH_STORE" --enable-local-user-mint
1313

1414
# Volumes
15-
Volume=/etc/openchami/tokensmith/config.json:/tokensmith/config.json:Z
15+
Volume=/etc/openchami/tokensmith.json:/tokensmith/config.json:Z
1616

1717

1818
# Networks for the Container to use

0 commit comments

Comments
 (0)