Swift: introduce application credential auth support

This commit is contained in:
kayrus
2019-01-29 17:06:20 +01:00
parent 0022926eba
commit 6ebcfe7c18
5 changed files with 50 additions and 13 deletions

View File

@@ -0,0 +1,8 @@
Enhancement: add Openstack application credential auth for Swift
Since Openstack Queens Identity (auth V3) service supports an application
credential auth method. It allows to create a technical account with the
limited roles. This commit adds an application credential authentication
method for the Swift backend.
https://github.com/restic/restic/issues/2155