diff --git a/README.md b/README.md index 7ee11f597..e568e8476 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ For convenience, the CredHub team runs a public UAA whose IP is in the default ` #### Running CredHub with local UAA In order to run CredHub against a UAA running on your local machine, do the following: -1. Start a UAA with Docker: `docker run -d --mount type=bind,source=$PWD/config/uaa.yml,target=/uaa/uaa.yml -p 127.0.0.1:8080:8080 pcfseceng/uaa:latest` +1. Start a UAA with Docker: `docker run -d --mount type=bind,source=$PWD/config/uaa.yml,target=/uaa/uaa.yml -p 127.0.0.1:8080:8080 pcfseceng/uaa:latest`. May need to add the config/uaa.yml path to the Docker virtual file shares in Settings-Resources-FileSharing. 1. Start CredHub server pointing at the local UAA: `./scripts/start_server.sh -Dspring.profiles.active=dev,dev-h2,dev-local-uaa` For testing purposes, the local UAA bootstraps a user (username: `credhub`/ password: `password`) and a client (client ID:`credhub_client` / client secret:`secret`), with which you can access the local CredHub. For example: