Skip to content

Commit

Permalink
fix(core): deprecate keycloak-from-config (#81)
Browse files Browse the repository at this point in the history
Resolves #80
  • Loading branch information
jakedoublev authored Aug 21, 2024
1 parent f5b99b9 commit da5a685
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/platform/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Download the [keycloak_data.yaml](https://raw.githubusercontent.com/opentdf/plat
```sh
docker run \
-v ./kc-config.yaml:/home/nonroot/.opentdf/kc-config.yaml \
-it registry.opentdf.io/platform:nightly provision keycloak-from-config -f /home/nonroot/.opentdf/kc-config.yaml -e https://kc-nightly.apps.dsp.shp.virtru.us -u admin -p keycloak123
-it registry.opentdf.io/platform:nightly provision keycloak -f /home/nonroot/.opentdf/kc-config.yaml -e https://kc-nightly.apps.dsp.shp.virtru.us -u admin -p keycloak123
```

## Maintainers
Expand Down
2 changes: 1 addition & 1 deletion charts/platform/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ Download the [keycloak_data.yaml](https://raw.githubusercontent.com/opentdf/plat
```sh
docker run \
-v ./kc-config.yaml:/home/nonroot/.opentdf/kc-config.yaml \
-it registry.opentdf.io/platform:nightly provision keycloak-from-config -f /home/nonroot/.opentdf/kc-config.yaml -e https://kc-nightly.apps.dsp.shp.virtru.us -u admin -p keycloak123
-it registry.opentdf.io/platform:nightly provision keycloak -f /home/nonroot/.opentdf/kc-config.yaml -e https://kc-nightly.apps.dsp.shp.virtru.us -u admin -p keycloak123
```
{{ template "chart.homepageLine" . }}

Expand Down

0 comments on commit da5a685

Please sign in to comment.