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
Is your feature request related to a problem? Please describe.
Currently Cortex reads the runtime configuration file from filesystem. Cortex should be able to support other storage backends that Cortex can read the configuration file from (e.g. S3) in order to better keep track of versioning and easier access.
This is already supported today for other Cortex configurations like blocks storage config.
Describe the solution you'd like
Inline the storage bucket config with the runtime configuration Config as done for other components like rule store.
By default the storage backend will be Filesystem, the same as it is today.
marianafranco, friedrich-at-adobe and alvinlin123alanprot, alvinlin123 and yeya24