Skip to content

Commit

Permalink
Using resource_provider_registrations to skip registration of RP (#562
Browse files Browse the repository at this point in the history
)
  • Loading branch information
magodo authored Sep 6, 2024
1 parent d593fa6 commit 7f69025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/meta/base_meta.go
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ func NewBaseMeta(cfg config.CommonConfig) (*baseMeta, error) {
setIfNoExist("use_oidc", cty.BoolVal(cfg.AuthConfig.UseOIDC))

// Update provider config for provider registration
setIfNoExist("skip_provider_registration", cty.BoolVal(true))
setIfNoExist("resource_provider_registrations", cty.StringVal("none"))

meta := &baseMeta{
logger: cfg.Logger,
Expand Down

0 comments on commit 7f69025

Please sign in to comment.