Skip to content

Commit 1e4e11d

Browse files
authored
add ReAuth (#34)
1 parent 39cce44 commit 1e4e11d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

internal/designate/client/client.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ func createDesignateServiceClient() (*gophercloud.ServiceClient, error) {
7070
if err != nil {
7171
return nil, err
7272
}
73-
73+
authOptions.AllowReauth = true
74+
7475
providerClient, err := config.NewProviderClient(ctx, authOptions, config.WithTLSConfig(tlsConfig))
7576
if err != nil {
7677
return nil, err

0 commit comments

Comments
 (0)