Skip to content

Commit

Permalink
upd upstream jwt issuer default
Browse files Browse the repository at this point in the history
  • Loading branch information
ikethecoder committed Nov 9, 2023
1 parent 668a55d commit ade7070
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions microservices/gatewayApi/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ cat > "${CONFIG_PATH:-./config/default.json}" <<EOF
},
"upstream_jwt": {
"key_id": "${PLUGINS_UPSTREAM_JWT_KEY_ID}",
"issuer": "${PLUGINS_UPSTREAM_JWT_ISSUER}",
"private_key_location": "${PLUGINS_UPSTREAM_JWT_PRIVATE_KEY_FILE}",
"public_key_location": "${PLUGINS_UPSTREAM_JWT_PUBLIC_KEY_FILE}"
},
Expand Down

0 comments on commit ade7070

Please sign in to comment.