Skip to content

credhub cli and uaac updates #46

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: gh-pages
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions tcp-routes/050-tcp-routes-table.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,19 @@ out the name and password for this user from the bosh manifest.
the key uaa_clients_routing_api_client_secret.

1. Use the credhub CLI to get the password.
```bash
credhub get -n /<cf-deployment-flavor/cf/uaa_clients_routing_api_client_secret
```
Example: credhub get -n /bosh-lite/cf/uaa_clients_routing_api_client_secret

📝 **Use uaac to get the oath token**

1. Run `uaac` to see if you have the uaa CLI installed.

1. If you don't have it installed, install it.
```bash
sudo apt update
sudo apt install ruby-dev build-essential
gem install cf-uaac
```

Expand Down