9de84b3c5d
Includes AuthOpts struct and AuthRef interface, plus an Identity v2 password auth implementation. Note: the examples work, the objectstore_test is broken, will be fixed along with additional session and auth tests. Change-Id: I77b07c92586c37e855b466e18dea133a4a938aaa
353 B
353 B
openstack
openstack
is the API to an OpenStack cloud.
-
session.go
- A Session object that encapsulates the HTTP REST handler and authentication and logging -
auth.go
- The basic authentication interface -
auth-password.go
- Implements password authentication (v2 only at present) -
auth-token.go
- The returned token objects