Skip to content

Commit

Permalink
Disable federation by default
Browse files Browse the repository at this point in the history
Federation is now only enabled when a trust zone has a federation
relationship with another trust zone.

Fixes: #26
  • Loading branch information
markgoddard committed Nov 15, 2024
1 parent 536cd1c commit 0aa9aa6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion internal/pkg/provider/helm/values.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ func (g *HelmValuesGenerator) GenerateValues() (map[string]interface{}, error) {
}

spireServerValues := map[string]interface{}{
`"spire-server"."federation"."enabled"`: true,
`"spire-server"."service"."type"`: "LoadBalancer",
`"spire-server"."caKeyType"`: "rsa-2048",
`"spire-server"."controllerManager"."enabled"`: true,
Expand Down
3 changes: 0 additions & 3 deletions internal/pkg/provider/helm/values_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,6 @@ func TestHelmValuesGenerator_GenerateValues_success(t *testing.T) {
},
},
},
"federation": Values{
"enabled": true,
},
"fullnameOverride": "spire-server",
"logLevel": "DEBUG",
"nodeAttestor": Values{
Expand Down

0 comments on commit 0aa9aa6

Please sign in to comment.