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

Delete access rule bug fix #978

Merged
merged 1 commit into from
Aug 24, 2021
Merged

Delete access rule bug fix #978

merged 1 commit into from
Aug 24, 2021

Conversation

adfost
Copy link
Contributor

@adfost adfost commented Aug 24, 2021

Fixes #976, the issue was because there were slashes in the path, now the prefixes are moved to the body.

@adfost adfost self-assigned this Aug 24, 2021
@adfost adfost changed the title Prefix access Delete access rule bug fix Aug 24, 2021
@@ -96,15 +96,15 @@ const PodDetails = ({ classes, match }: IPodDetailsProps) => {
tenant={tenantName}
namespace={tenantNamespace}
podName={podName}
propLoading={loading}
propLoading={true}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are we changing this un-related file?

@dvaldivia dvaldivia requested a review from Alevsk August 24, 2021 23:20
@dvaldivia dvaldivia merged commit 1f1537f into minio:master Aug 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to delete "Access Rule" corresponding to "Bucket"
4 participants