-
Notifications
You must be signed in to change notification settings - Fork 7
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
Expose download command/url to debug information perhaps for non-admin backup/restore ops #132
Comments
related to #7 ? |
I think so. |
From Scrum we decided on providing NAC CLI/controller providing user an object store url / path / command that user can execute to retrieve relevant logs given they have bucket credentials to the path. The con is non admin is assumed to have access to the entire bucket and there are no restrictions enforcable on retrievable paths from NAC side. An alternative approach of using signed URL would enable possibility of NAC enforcing short lived signed URL so NAC CLI can download limited set of items users are granted access to (controlled by NAC) without requiring user to have bucket credentials. |
Adding on to this:
|
So this issue should be renamed to expose download command/url to debug information perhaps and not exactly CLI building. |
This would help debug the B/R as the non-admin user will be able to fetch logs and describe the relevant Backup/Restore objects.
The text was updated successfully, but these errors were encountered: