зеркало из https://github.com/Azure/ARO-RP.git
apply suggestions from code review
This commit is contained in:
Родитель
8b1e24a3e9
Коммит
2bdff21a20
|
@ -55,8 +55,8 @@ func (m *manager) createOIDC(ctx context.Context) error {
|
|||
// For Production Azure Front Door Endpoint will be the OIDC Endpoint
|
||||
oidcEndpoint = m.env.OIDCEndpoint()
|
||||
}
|
||||
|
||||
oidcBuilder, err := oidcbuilder.NewOIDCBuilder(m.env, oidcEndpoint, fmt.Sprintf("%s/%s", m.subscriptionDoc.Subscription.Properties.TenantID, m.doc.ID))
|
||||
OIDCIssuerPath := m.subscriptionDoc.Subscription.Properties.TenantID
|
||||
oidcBuilder, err := oidcbuilder.NewOIDCBuilder(m.env, oidcEndpoint, fmt.Sprintf("%s/%s", OIDCIssuerPath, m.doc.ID))
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче