Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion examples/cmd/benchmark_decision.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ func runDecisionBenchmark(_ *cobra.Command, _ []string) error {
}}},
EntityChains: []*authorization.EntityChain{
{Id: "rewrap-tok", Entities: []*authorization.Entity{
{Id: "jwtentity-0-clientid-opentdf-public", EntityType: &authorization.Entity_ClientId{ClientId: "opentdf-public"}, Category: authorization.Entity_CATEGORY_ENVIRONMENT},
{Id: "jwtentity-0-clientid-cli-client", EntityType: &authorization.Entity_ClientId{ClientId: "cli-client"}, Category: authorization.Entity_CATEGORY_ENVIRONMENT},
{Id: "jwtentity-1-username-sample-user", EntityType: &authorization.Entity_UserName{UserName: "sample-user"}, Category: authorization.Entity_CATEGORY_SUBJECT},
}},
},
Expand Down
2 changes: 1 addition & 1 deletion examples/cmd/benchmark_decision_v2.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ func runDecisionBenchmarkV2(_ *cobra.Command, _ []string) error {
Entities: []*entity.Entity{
{
EphemeralId: "jwtentity-0-clientid-opentdf-sdk",
EntityType: &entity.Entity_ClientId{ClientId: "opentdf-public"},
EntityType: &entity.Entity_ClientId{ClientId: "cli-client"},
Category: entity.Entity_CATEGORY_ENVIRONMENT,
},
{
Expand Down
10 changes: 0 additions & 10 deletions service/cmd/keycloak_data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,16 +81,6 @@ realms:
- 'http://localhost:*'
protocolMappers:
- *customAudMapper
- client:
clientID: opentdf-public
enabled: true
name: opentdf-public
serviceAccountsEnabled: false
publicClient: true
redirectUris:
- 'http://localhost:9000/*' # otdfctl CLI tool
protocolMappers:
- *customAudMapper
users:
- username: sample-user
enabled: true
Expand Down
Loading