mirror of
https://github.com/tailscale/tailscale.git
synced 2025-08-22 02:50:42 +00:00
docs/windows/policy: add ADMX policy setting to configure the AuthKey
Updates tailscale/corp#22120 Signed-off-by: Nick Khyl <nickk@tailscale.com>
This commit is contained in:
@@ -46,6 +46,10 @@
|
||||
displayName="$(string.SINCE_V1_62)">
|
||||
<and><reference ref="TAILSCALE_PRODUCT"/></and>
|
||||
</definition>
|
||||
<definition name="SINCE_V1_74"
|
||||
displayName="$(string.SINCE_V1_74)">
|
||||
<and><reference ref="TAILSCALE_PRODUCT"/></and>
|
||||
</definition>
|
||||
</definitions>
|
||||
</supportedOn>
|
||||
<categories>
|
||||
@@ -79,6 +83,13 @@
|
||||
<text id="TailnetPrompt" valueName="Tailnet" required="true" />
|
||||
</elements>
|
||||
</policy>
|
||||
<policy name="AuthKey" class="Machine" displayName="$(string.AuthKey)" explainText="$(string.AuthKey_Help)" presentation="$(presentation.AuthKey)" key="Software\Policies\Tailscale">
|
||||
<parentCategory ref="Top_Category" />
|
||||
<supportedOn ref="SINCE_V1_74" />
|
||||
<elements>
|
||||
<text id="AuthKeyPrompt" valueName="AuthKey" required="true" />
|
||||
</elements>
|
||||
</policy>
|
||||
<policy name="ExitNodeID" class="Machine" displayName="$(string.ExitNodeID)" explainText="$(string.ExitNodeID_Help)" presentation="$(presentation.ExitNodeID)" key="Software\Policies\Tailscale">
|
||||
<parentCategory ref="Settings_Category" />
|
||||
<supportedOn ref="SINCE_V1_56" />
|
||||
|
Reference in New Issue
Block a user