Skip to content

Commit 1eb46b0

Browse files
authored
Merge pull request grafana#421 from stevesg/fix-ruler-s3
Ruler: Pass `-ruler-storage.s3.endpoint` to ruler when using S3.
2 parents aaa283e + 9e890ca commit 1eb46b0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@
9999
* [BUGFIX] Treat `compactor_blocks_retention_period` type as string rather than int.#395
100100
* [BUGFIX] Fixed writes/reads/alertmanager resources dashboards to use `$._config.job_names.gateway`. #403
101101
* [BUGFIX] Span the annotation.message in alerts as YAML multiline strings. #412
102+
* [BUGFIX] Pass `-ruler-storage.s3.endpoint` to ruler when using S3. #421
102103

103104
## 1.9.0 / 2021-05-18
104105

cortex/config.libsonnet

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@
265265
s3: {
266266
'ruler-storage.s3.region': $._config.aws_region,
267267
'ruler-storage.s3.bucket-name': $._config.ruler_storage_bucket_name,
268+
'ruler-storage.s3.endpoint': 's3.dualstack.%s.amazonaws.com' % $._config.aws_region,
268269
},
269270
azure: {
270271
'ruler-storage.azure.container-name': $._config.ruler_storage_bucket_name,

0 commit comments

Comments
 (0)