We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db55255 commit e5b0798Copy full SHA for e5b0798
common/commands/config.go
@@ -507,8 +507,8 @@ func (cc *ConfigCommand) SetOidcExchangeTokenId(id string) {
507
cc.oidcSetupParams.TokenId = id
508
}
509
510
+// Provider name must be set in order to use OIDC integration
511
func (cc *ConfigCommand) UsesOidc() bool {
- // TODO check if this is valid without checking the tpye as it defaults to github
512
return cc.oidcSetupParams.ProviderName != ""
513
514
0 commit comments