This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| tagOwners: { | |
| // Assign this tag to the OAuth client in the Tailscale UI. | |
| "tag:bootstrap-oauth": ["autogroup:admin"], | |
| // Concrete bootstrap tags. | |
| "tag:windows": ["tag:bootstrap-oauth", "tag:windows"], | |
| "tag:bootstrap": ["tag:bootstrap-oauth", "tag:bootstrap"], | |
| "tag:ssh-managed": ["tag:bootstrap-oauth", "tag:ssh-managed"], | |
| }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| tagOwners: { | |
| "tag:bootstrap-oauth": ["autogroup:admin"], | |
| "tag:windows": ["tag:bootstrap-oauth", "tag:windows"], | |
| "tag:bootstrap": ["tag:bootstrap-oauth", "tag:bootstrap"], | |
| "tag:ssh-managed": ["tag:bootstrap-oauth", "tag:ssh-managed"], | |
| }, | |
| } |