-
Notifications
You must be signed in to change notification settings - Fork 830
Closed
Labels
good first issueThese are great first issues. If you are looking for a place to start, start here!These are great first issues. If you are looking for a place to start, start here!help wantedstorage/blocksBlocks storage engineBlocks storage enginetype/bug
Description
Describe the bug
There are some flags in Cortex that are invalid. They have multiple dots in the flag name instead of just one.
To Reproduce
Steps to reproduce the behavior:
- Print the cortex configuration flags.
./cmd/cortex/cortex-arm64 -help | grep \\.\\.
-blocks-storage.bucket-store.chunks-cache.redis..tls-ca-path string
-blocks-storage.bucket-store.chunks-cache.redis..tls-cert-path string
-blocks-storage.bucket-store.chunks-cache.redis..tls-insecure-skip-verify
-blocks-storage.bucket-store.chunks-cache.redis..tls-key-path string
-blocks-storage.bucket-store.chunks-cache.redis..tls-server-name string
-blocks-storage.bucket-store.index-cache.redis..tls-ca-path string
-blocks-storage.bucket-store.index-cache.redis..tls-cert-path string
-blocks-storage.bucket-store.index-cache.redis..tls-insecure-skip-verify
-blocks-storage.bucket-store.index-cache.redis..tls-key-path string
-blocks-storage.bucket-store.index-cache.redis..tls-server-name string
-blocks-storage.bucket-store.metadata-cache.redis..tls-ca-path string
-blocks-storage.bucket-store.metadata-cache.redis..tls-cert-path string
-blocks-storage.bucket-store.metadata-cache.redis..tls-insecure-skip-verify
-blocks-storage.bucket-store.metadata-cache.redis..tls-key-path string
-blocks-storage.bucket-store.metadata-cache.redis..tls-server-name string
Expected behavior
-blocks-storage.bucket-store.chunks-cache.redis.tls-ca-path string
-blocks-storage.bucket-store.chunks-cache.redis.tls-cert-path string
-blocks-storage.bucket-store.chunks-cache.redis.tls-insecure-skip-verify
-blocks-storage.bucket-store.chunks-cache.redis.tls-key-path string
-blocks-storage.bucket-store.chunks-cache.redis.tls-server-name string
-blocks-storage.bucket-store.index-cache.redis.tls-ca-path string
-blocks-storage.bucket-store.index-cache.redis.tls-cert-path string
-blocks-storage.bucket-store.index-cache.redis.tls-insecure-skip-verify
-blocks-storage.bucket-store.index-cache.redis.tls-key-path string
-blocks-storage.bucket-store.index-cache.redis.tls-server-name string
-blocks-storage.bucket-store.metadata-cache.redis.tls-ca-path string
-blocks-storage.bucket-store.metadata-cache.redis.tls-cert-path string
-blocks-storage.bucket-store.metadata-cache.redis.tls-insecure-skip-verify
-blocks-storage.bucket-store.metadata-cache.redis.tls-key-path string
-blocks-storage.bucket-store.metadata-cache.redis.tls-server-name string
friedrichg
Metadata
Metadata
Assignees
Labels
good first issueThese are great first issues. If you are looking for a place to start, start here!These are great first issues. If you are looking for a place to start, start here!help wantedstorage/blocksBlocks storage engineBlocks storage enginetype/bug