backupccl: when running SHOW BACKUP with specified s3 credentials, expect to be able to do it if non-admin #58190
Labels
A-disaster-recovery
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
S-3-ux-surprise
Issue leaves users wondering whether CRDB is behaving properly. Likely to hurt reputation/adoption.
T-disaster-recovery
If running
SHOW BACKUP 's3://bucket?AWS_SECRET_ACCESS_KEY=key1&AWS_ACCESS_KEY_ID=key2
it says that I must be admin.But if I just add
AUTH=specified
then it works (SHOW BACKUP 's3://bucket?AWS_SECRET_ACCESS_KEY=key1&AWS_ACCESS_KEY_ID=key2&AUTH=specified
)I expect it to work with the first command since the default is specified, which is a UX surprise.
The text was updated successfully, but these errors were encountered: