-
Notifications
You must be signed in to change notification settings - Fork 360
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
make authorization errors readable in the UI, change /config to require re fs permissions since it returns storage config #2056
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.
LGTM
I Prefer that another reviewer goes over the SQL migrations before you merge
@guy-har for reference, see https://github.com/treeverse/lakeFS/blob/master/pkg/ddl/000024_actions_auth_policies.up.sql - I use the exact same logic with a different policy. |
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.
LGTM!
…re fs permissions since it returns storage config
28ee852
to
fa643f3
Compare
@arielshaqed see breaking change ( |
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.
Cool; thanks! I shall update #2002 to use getStorageConfig
and compute the warnings locally.
api/swagger.yml
Outdated
operationId: getConfig | ||
description: retrieve the lakefs config | ||
operationId: getStorageConfig | ||
description: retrieve the lakefs storage configuration |
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.
--log-format string set logging output format | ||
--log-level string set logging level (default "none") | ||
--log-output string set logging output file | ||
--no-color don't use fancy output colors (default when not attached to an interactive terminal) |
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.
These all seem unrelated to this PR.
Closes #2028