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: fix groups in children scopes being filtered out by grants #5418

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

bosorawis
Copy link
Collaborator

@bosorawis bosorawis commented Jan 8, 2025

Resources are being filtered out due to missing ParentScopeId when constructing Resource to pass into authResults.FetchActionSetForId. This PR includes adding utility functions to help with setting up proper authorization

bosorawis added a commit that referenced this pull request Jan 8, 2025
Comment on lines +14 to 16
"github.com/stretchr/testify/require"

"github.com/hashicorp/boundary/globals"
Copy link
Collaborator

Choose a reason for hiding this comment

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

We generally only use two import groups, I assume this separation happened by mistake, but please merge them back.

Comment on lines +11 to +13
"github.com/hashicorp/boundary/internal/kms"

"github.com/hashicorp/boundary/globals"
Copy link
Collaborator

Choose a reason for hiding this comment

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

Ditto two import groups

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants