Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cortex Redis flags with multiple dots #6459

Open
CharlieTLe opened this issue Dec 24, 2024 · 0 comments
Open

Cortex Redis flags with multiple dots #6459

CharlieTLe opened this issue Dec 24, 2024 · 0 comments
Labels
good first issue These are great first issues. If you are looking for a place to start, start here! help wanted storage/blocks Blocks storage engine type/bug

Comments

@CharlieTLe
Copy link
Member

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:

  1. 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
@dosubot dosubot bot added storage/blocks Blocks storage engine type/bug labels Dec 24, 2024
@yeya24 yeya24 added help wanted good first issue These are great first issues. If you are looking for a place to start, start here! labels Dec 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue These are great first issues. If you are looking for a place to start, start here! help wanted storage/blocks Blocks storage engine type/bug
Projects
None yet
Development

No branches or pull requests

2 participants