Skip to content

Commit

Permalink
fix(docs): broken link and spelling (#737)
Browse files Browse the repository at this point in the history
Resolves #736
  • Loading branch information
b-long authored May 2, 2024
1 parent 6e83ff3 commit 8947a77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Run `go run github.com/opentdf/platform/service provision fixtures -h` for more

### Provisioning Custom Keycloak and Policy Data

To providion a custom keycloak setup, create a yaml following the format of [the sample keycloak config]((service/cmd/keycloak_data.yaml)). You can create different realms with seperate users, clients, roles, and groups. Run the provisioning with `go run ./service provision keycloak-from-config -f <path-to-your-yaml-file>`.
To provision a custom Keycloak setup, create a yaml following the format of [the sample Keycloak config](service/cmd/keycloak_data.yaml). You can create different realms with separate users, clients, roles, and groups. Run the provisioning with `go run ./service provision keycloak-from-config -f <path-to-your-yaml-file>`.

### Generation

Expand Down

0 comments on commit 8947a77

Please sign in to comment.