Skip to content

Commit

Permalink
Revert "use secure config defaults for OCM"
Browse files Browse the repository at this point in the history
This reverts commit 59589cd.
  • Loading branch information
rhafer committed Oct 28, 2024
1 parent d91d189 commit 04c2dcd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions services/ocm/pkg/config/defaults/defaultconfig.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,7 @@ func DefaultConfig() *config.Config {
OCMProviderAuthorizerDriver: "json",
OCMProviderAuthorizerDrivers: config.OCMProviderAuthorizerDrivers{
JSON: config.OCMProviderAuthorizerJSONDriver{
Providers: filepath.Join(defaults.BaseConfigPath(), "ocmproviders.json"),
VerifyRequestHostname: true,
Providers: filepath.Join(defaults.BaseConfigPath(), "ocmproviders.json"),
},
},
OCMShareProvider: config.OCMShareProvider{
Expand Down

0 comments on commit 04c2dcd

Please sign in to comment.