Skip to content
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

BUG: Storage Buckets with authorizations without credential rules #4768

Open
Comoque1 opened this issue Dec 10, 2024 · 0 comments
Open

BUG: Storage Buckets with authorizations without credential rules #4768

Comoque1 opened this issue Dec 10, 2024 · 0 comments
Labels
bug Something isn't working production Something that is happening in the production environment server

Comments

@Comoque1
Copy link
Member

Describe the bug
After running the following query it appears, that there are 1668 records, without credential rules

select authorization_policy.credentialRules, storage_bucket.updatedDate from storage_bucket
left join authorization_policy on storage_bucket.authorizationId = authorization_policy.id
where authorization_policy.credentialRules = ""
order by storage_bucket.updatedDate desc

Link to logs

To Reproduce
Steps to reproduce the behavior:
There are no clear steps to reproduce.

Expected behavior
Root cause is identified and resolved.

Additional information

On acc env there are only 3 storage buckets without credentials rules and it was caused by a migration issue on '2024-09-19 07:56:30.102661' . Since then on acceptance env there are no more such cases.

@Comoque1 Comoque1 added bug Something isn't working server production Something that is happening in the production environment labels Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working production Something that is happening in the production environment server
Projects
None yet
Development

No branches or pull requests

1 participant