We would like to grant employees access to specific resources in the ACL list based on group membership propagated from Okta. We have groups available in Okta. Is it possible to use metadata from Okta in ACL files, for example for defining Tailscale groups or in the ACLs themselves? Perhaps we could have written something like
"TagOwners": {
"tag:montreal-webserver": [
"oktagroup:montreal-admins",
"oktagroup:global-admins",
],
}
If this is not possible, I guess we would have to write this syncronisation our selves, and then push the information via Tailscale API · Tailscale. We would prefer not to duplicate this effort though. I think this is something most Okta users would like.