Skip to content

Commit

Permalink
Add plugin startup parameter
Browse files Browse the repository at this point in the history
Signed-off-by: Emiliano Suñé <[email protected]>
  • Loading branch information
esune committed Sep 27, 2024
1 parent 44fe9f3 commit 4e4fc81
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion openshift/templates/issuer-agent/issuer-agent-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,8 @@ objects:
--wallet-storage-creds "$(eval echo \"${WALLET_STORAGE_CREDENTIALS}\")"
--seed "${INDY_WALLET_SEED}"
--admin '0.0.0.0' ${ADMIN_INTERFACE_PORT}
$([ ! -z "${AGENT_ADMIN_API_KEY}" ] && echo "--admin-api-key ${AGENT_ADMIN_API_KEY}" || echo "--admin-insecure-mode"));
$([ ! -z "${AGENT_ADMIN_API_KEY}" ] && echo "--admin-api-key ${AGENT_ADMIN_API_KEY}" || echo "--admin-insecure-mode")
--plugin rpc.v1_0);
env:
- name: ACAPY_LABEL
value: ${ACAPY_LABEL}
Expand Down

0 comments on commit 4e4fc81

Please sign in to comment.