You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,10 @@ We use *breaking* word for marking changes that are not backward compatible (rel
11
11
12
12
## Unreleased
13
13
14
+
### Added
15
+
16
+
-[#1118](https://github.com/improbable-eng/thanos/pull/1118) swift: Added support for cross-domain authentication by introducing `userDomainID`, `userDomainName`, `projectDomainID`, `projectDomainName`. Mark `tenantID`, `tenantName` as deprecated and encourage usage of `projectID`, `projectName`.
Copy file name to clipboardExpand all lines: docs/storage.md
+10-3Lines changed: 10 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -252,20 +252,27 @@ config:
252
252
### OpenStack Swift Configuration
253
253
Thanos uses [gophercloud](http://gophercloud.io/) client to upload Prometheus data into [OpenStack Swift](https://docs.openstack.org/swift/latest/).
254
254
255
-
Below is an example configuration file for thanos to use OpenStack swift container as an object store.
255
+
Below is an example configuration file for thanos to use OpenStack swift container as an object store.
256
+
Note that if the `name` of a user, project or tenant is used one must also specify its domain by ID or name.
257
+
Various examples for OpenStack authentication can be found in the [official documentation](https://developer.openstack.org/api-ref/identity/v3/index.html?expanded=password-authentication-with-scoped-authorization-detail#password-authentication-with-unscoped-authorization).
0 commit comments