Skip to content
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

chore(docs): Update commands in Consuming.md #1807

Open
wants to merge 1 commit into
base: main
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
4 changes: 3 additions & 1 deletion Consuming.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ To contribute/develop, see [here](./Contributing.md).

```sh
docker run --network opentdf_platform \
--rm \
-v "$(pwd)/opentdf.yaml:/home/nonroot/.opentdf/opentdf.yaml" \
-v "$(pwd)/service/cmd/keycloak_data.yaml:/service/cmd/keycloak_data.yaml" \
-it registry.opentdf.io/platform:nightly provision keycloak -e http://keycloak:8888/auth
```
1. Start the platform
Expand All @@ -34,7 +36,7 @@ You can now access platform services at http://localhost:8080/ , and Keycloak at
## Next steps
* Try out our CLI (`otdfctl`): https://github.com/opentdf/otdfctl
```sh
otdfctl auth client-credentials --host http://localhost:8080 --client-id opentdf --client-secret secret
otdfctl auth client-credentials --host http://localhost:8080 opentdf secret
```
* Join our slack channel ([click here](https://join.slack.com/t/opentdf/shared_invite/zt-1e3jhnedw-wjviK~qRH_T1zG4dfaa~3A))
* Connect with the team
Loading