fixed Scopes and AuthParams assignment

pull/1802/head
Jeremy Doupe 2 months ago
parent aa543a335a
commit 03c3cf5790

@ -1068,8 +1068,8 @@ func ProvisionerToLinkedca(p provisioner.Interface) (*linkedca.Provisioner, erro
Groups: p.Groups,
ListenAddress: p.ListenAddress,
TenantId: p.TenantID,
Scopes: cfg.Scopes,
AuthParams: cfg.AuthParams,
Scopes: p.Scopes,
AuthParams: p.AuthParams,
},
},
},

Loading…
Cancel
Save