Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Support additional config keys for Swift #4886

Closed
nightfury1204 opened this issue Jul 10, 2018 · 0 comments
Closed

Support additional config keys for Swift #4886

nightfury1204 opened this issue Jul 10, 2018 · 0 comments

Comments

@nightfury1204
Copy link

When I deployed Vault in Kubernetes with Swift backend storage (OVH provider). I was kept getting this error: Error initializing storage of type swift: Unable to access container "vault": Container Not Found.

Reason was vault can not find the storage which isn't in default region (for this case WAW1).

This problem can be solved by providing Region.

github.com/ncw/swift library supports additional keys when creating a swift connection. Some of these keys are needed with various cloud providers. Can these additional keys be supported?

Region:
TenantId:
TrustId:
StorageUrl:
AuthToken:

Restic also uses the same library for swift https://github.com/restic/restic/blob/master/internal/backend/swift/swift.go#L45

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants