-
Notifications
You must be signed in to change notification settings - Fork 583
Should clientconfig be used? #3216
Copy link
Copy link
Closed
Description
The docs on pkg.go.dev reference the use of clientconfig as the preferred way to perform auth (https://pkg.go.dev/github.com/gophercloud/gophercloud/v2?utm_source=godoc#hdr-Authenticating_with_Providers):
It is now recommended to use the
clientconfigpackage found at https://github.com/gophercloud/utils/tree/master/openstack/clientconfig for all authentication purposes.The below documentation is still relevant. clientconfig simply implements the below and presents it in an easier and more flexible way.
But the README in the repo doesn't reference that. Additionally, the repo provides a different pattern for auth compare the the "manual" way presented in pkg.go.dev.
Should clientconfig still be used? What is the recommended auth way?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels