Skip to content

Commit

Permalink
Merge pull request #27 from /issues/26
Browse files Browse the repository at this point in the history
Disable federation by default
  • Loading branch information
markgoddard authored Nov 18, 2024
2 parents 3c72c5d + 0aa9aa6 commit a134521
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 a134521

Please sign in to comment.