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
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,9 @@ We use *breaking* word for marking changes that are not backward compatible (rel
17
17
18
18
### Changed
19
19
20
+
-[#1118](https://github.com/improbable-eng/thanos/pull/1118) swift: Added support for cross-domain authentication by introducing `userDomainID`, `userDomainName`, `projectDomainID`, `projectDomainName`.
21
+
The outdated terms `tenantID`, `tenantName` are deprecated and have been replaced by `projectID`, `projectName`.
22
+
20
23
-[#1066](https://github.com/improbable-eng/thanos/pull/1066) Upgrade Thanos ui to Prometheus v2.9.1.
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
@@ -260,20 +260,27 @@ config:
260
260
### OpenStack Swift Configuration
261
261
Thanos uses [gophercloud](http://gophercloud.io/) client to upload Prometheus data into [OpenStack Swift](https://docs.openstack.org/swift/latest/).
262
262
263
-
Below is an example configuration file for thanos to use OpenStack swift container as an object store.
263
+
Below is an example configuration file for thanos to use OpenStack swift container as an object store.
264
+
Note that if the `name` of a user, project or tenant is used one must also specify its domain by ID or name.
265
+
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