mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Updated changes file for 19332: clear secrets with gitops. (#19656)
Updated changes file for 19332: clear secrets with gitops.
This commit is contained in:
parent
0220f8fb8c
commit
e4b79fecda
2 changed files with 2 additions and 1 deletions
|
|
@ -1 +0,0 @@
|
|||
Enable gitops to create teams with no enroll secrets, or clear enroll secrets for an existing team by setting team_settings.secret to nothing or to an empty array.
|
||||
2
changes/19332-clear-secrets-with-gitops
Normal file
2
changes/19332-clear-secrets-with-gitops
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
* Enabled `fleetctl gitops` to create teams with no enroll secrets, or clear enroll secrets for an existing team. This is done by setting `team_settings.secrets` to nothing or to null or to an empty array ( `[]` ) in YAML.
|
||||
* Enabled `fleetctl apply` to create teams with no enroll secrets, or clear enroll secrets for an existing team. This is done by setting `team.secrets` to an empty array in YAML.
|
||||
Loading…
Reference in a new issue