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

Add connector fields to ACL #64

Merged
merged 1 commit into from
Dec 8, 2023
Merged

Add connector fields to ACL #64

merged 1 commit into from
Dec 8, 2023

Conversation

clstokes
Copy link
Collaborator

@clstokes clstokes commented Dec 6, 2023

No description provided.

@clstokes clstokes requested a review from knyar December 6, 2023 02:21
@@ -373,8 +373,15 @@ type (
}

NodeAttrGrant struct {
Target []string `json:"target,omitempty" hujson:"Target,omitempty"`
Attr []string `json:"attr,omitempty" hujson:"Attr,omitempty"`
Target []string `json:"target,omitempty" hujson:"Target,omitempty"`
Copy link
Contributor

Choose a reason for hiding this comment

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

I am mindful that this is a public PR. I believe there is other documentation which should be updated before we might proceed to implement this in the go-client.

Personally, the alternative you mentioned in Slack seems preferable: preserve the HuJSON.

@clstokes clstokes merged commit 923e8b5 into main Dec 8, 2023
@clstokes clstokes deleted the clstokes/acl-appc branch December 8, 2023 20:30
@DentonGentry
Copy link
Contributor

We need to followup on the other options, like allowing arbitrary HuJSON.

@knyar
Copy link
Contributor

knyar commented Dec 11, 2023

We need to followup on the other options, like allowing arbitrary HuJSON.

I have described a high level plan in the existing issue we had for this, tailscale/terraform-provider-tailscale#227

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.

3 participants