File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ Download the [keycloak_data.yaml](https://raw.githubusercontent.com/opentdf/plat
102
102
` ` ` sh
103
103
docker run \
104
104
-v ./kc-config.yaml:/home/nonroot/.opentdf/kc-config.yaml \
105
- -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
105
+ -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
106
106
` ` `
107
107
108
108
# # Maintainers
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ Download the [keycloak_data.yaml](https://raw.githubusercontent.com/opentdf/plat
104
104
```sh
105
105
docker run \
106
106
-v ./kc-config.yaml:/home/nonroot/.opentdf/kc-config.yaml \
107
- -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
107
+ -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
108
108
```
109
109
{{ template "chart.homepageLine" . }}
110
110
You can’t perform that action at this time.
0 commit comments