Merge pull request 2156 from kayrus/swift-app-cred

Swift: introduce application credential auth support
This commit is contained in:
Alexander Neumann
2019-03-16 12:17:17 +01:00
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