Skip to content

Commit

Permalink
feat(ruler): enables ruler store that uses clients from thanos-io/obj…
Browse files Browse the repository at this point in the history
…store pkg (#11713)
  • Loading branch information
ashwanthgoli authored Oct 29, 2024
1 parent 4d3f9f5 commit 8bca2e7
Show file tree
Hide file tree
Showing 17 changed files with 72 additions and 1,183 deletions.
14 changes: 14 additions & 0 deletions docs/sources/shared/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -3844,6 +3844,20 @@ otlp_config:
# disables shuffle sharding and tenant is sharded across all partitions.
# CLI flag: -limits.ingestion-partition-tenant-shard-size
[ingestion_partitions_tenant_shard_size: <int> | default = 0]

# S3 server-side encryption type. Required to enable server-side encryption
# overrides for a specific tenant. If not set, the default S3 client settings
# are used.
[s3_sse_type: <string> | default = ""]

# S3 server-side encryption KMS Key ID. Ignored if the SSE type override is not
# set.
[s3_sse_kms_key_id: <string> | default = ""]

# S3 server-side encryption KMS encryption context. If unset and the key ID
# override is set, the encryption context will not be provided to S3. Ignored if
# the SSE type override is not set.
[s3_sse_kms_encryption_context: <string> | default = ""]
```
### local_storage_config
Expand Down
184 changes: 0 additions & 184 deletions pkg/configs/client/client.go

This file was deleted.

54 changes: 0 additions & 54 deletions pkg/configs/client/configs_test.go

This file was deleted.

Loading

0 comments on commit 8bca2e7

Please sign in to comment.