Skip to content

Commit

Permalink
fix: Pass Kong admin JWT to secrets-config utility (#664)
Browse files Browse the repository at this point in the history
Fixes #651

Signed-off-by: Bryon Nevis <bryon.nevis@intel.com>
  • Loading branch information
bnevis-i authored Jan 5, 2022
1 parent c036965 commit cfb5f66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs_src/security/Ch-APIGateway.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ SNI at all.
Run the following command to install a custom certficate
using the assumptions above:

docker-compose -p edgex -f docker-compose.yml run --rm -v `pwd`:/host:ro --entrypoint /edgex/secrets-config edgex-proxy proxy tls --incert /host/cert.pem --inkey /host/key.pem --snis edge001.example.com
docker-compose -p edgex -f docker-compose.yml run --rm -v `pwd`:/host:ro --entrypoint /edgex/secrets-config edgex-proxy proxy tls --incert /host/cert.pem --inkey /host/key.pem --snis edge001.example.com --admin_api_jwt /tmp/edgex/secrets/security-proxy-setup/kong-admin-jwt

The utility will always add the internal host names,
"localhost" and "kong" to the specified SNI list.
Expand Down

0 comments on commit cfb5f66

Please sign in to comment.