-
Notifications
You must be signed in to change notification settings - Fork 3
policyfile: add AttrConfig support to ACLDetails #29
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
base: main
Are you sure you want to change the base?
Conversation
Pull Request Revisions
☑️ AI review skipped for r8 HelpReact with emojis to give feedback on AI-generated reviews:
We'd love to hear from you—reach out anytime at [email protected]. |
No merge commits in the history. Can you rebase to exactly one commit? |
e215d2b
to
258e6aa
Compare
sorry, done @bradfitz ! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is some existing unit test coverage for parsing ACLs - please could we include the new fields in that coverage?
258e6aa
to
9a05e12
Compare
Great Idea @tomhjp! Appreciate the notes, how does this look now? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks great! Thanks for addressing all the comments. Just left a couple of minor suggestions, but they might need validation as I'm not too familiar with this feature.
Oh and make sure your commit references the issue it's addressing before you merge - I only see it in the PR description atm |
fixes: tailscale#30 Signed-off-by: Raj Singh [email protected]
9a05e12
to
cfe2215
Compare
Adds missing AttrConfig field to ACLDetails struct to expose attribute configuration functionality already present in the internal policy package.
tailscale/tailscale#16167