Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
58318: cloudimpl: fix SHOW BACKUP when AUTH="" for s3 r=miretskiy a=adityamaru When the AUTH param for an s3 URI is left unset, it defaults to specified. This case was missed when checking if an operation such as show backup required a user with admin role. It is important to note that when AUTH is left empty for GS URIs it defaults to reading from the cluster settings or env variables and so we consider it implicit authentication. Fixes: cockroachdb#58190 Release note: None Co-authored-by: Aditya Maru <[email protected]>
- Loading branch information