Skip to content

Commit 39ed9a5

Browse files
committed
Update commands in Consuming.md
- Update docker command to volume in keycloak_data.yaml. - Command fails to run if this file isn't present. - Update otdfctl client-credentials command. - Created issue opentdf#1785, that came up when testing this documentation. - Specifically, when the otdfctl command tries to run it fails due to it looking for the keycloak host instead of localhost.
1 parent 58cb3f6 commit 39ed9a5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Consuming.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ To contribute/develop, see [here](./Contributing.md).
1414
```sh
1515
docker run --network opentdf_platform \
1616
-v "$(pwd)/opentdf.yaml:/home/nonroot/.opentdf/opentdf.yaml" \
17+
-v "$(pwd)/service/cmd/keycloak_data.yaml:/service/cmd/keycloak_data.yaml" \
1718
-it registry.opentdf.io/platform:nightly provision keycloak -e http://keycloak:8888/auth
1819
```
1920
1. Start the platform
@@ -34,7 +35,7 @@ You can now access platform services at http://localhost:8080/ , and Keycloak at
3435
## Next steps
3536
* Try out our CLI (`otdfctl`): https://github.com/opentdf/otdfctl
3637
```sh
37-
otdfctl auth client-credentials --host http://localhost:8080 --client-id opentdf --client-secret secret
38+
otdfctl auth client-credentials --host http://localhost:8080 opentdf secret
3839
```
3940
* Join our slack channel ([click here](https://join.slack.com/t/opentdf/shared_invite/zt-1e3jhnedw-wjviK~qRH_T1zG4dfaa~3A))
4041
* Connect with the team

0 commit comments

Comments
 (0)