-
Notifications
You must be signed in to change notification settings - Fork 361
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
lakefs config.yaml align name and search order #2372
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great! I don't understand why we search explicitly for the config file in the home directory after configuring Viper to search for it anyway; see comment inline.
The above is not necessarily blocking. Requested changes are all in documentation:
- Please document the location of the configuration file.
- Please add a row to
CHANGELOG.md
, this change is (very) user-visible.
a7d6ed9
to
bf2784d
Compare
ce23397
to
48b5dc0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
- configuration file named lakefs.yaml - search for /etc/lakefs/config.yaml - search for $HOME/.lakefs/config.yaml - search for ./config.yaml - (fallback) search for $HOME/.lakefs.yaml
Co-authored-by: arielshaqed <ariels@treeverse.io>
d4f28f5
to
acbc3bc
Compare
lakefs service configuration - align the filename and search locations to other services, with fallback support:
Close #2355