From e4b79fecdadfd02c45a4700b6de82208c355ce1d Mon Sep 17 00:00:00 2001 From: Victor Lyuboslavsky Date: Tue, 11 Jun 2024 14:11:25 -0500 Subject: [PATCH] Updated changes file for 19332: clear secrets with gitops. (#19656) Updated changes file for 19332: clear secrets with gitops. --- changes/ 19332-clear-secrets-with-gitops | 1 - changes/19332-clear-secrets-with-gitops | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) delete mode 100644 changes/ 19332-clear-secrets-with-gitops create mode 100644 changes/19332-clear-secrets-with-gitops diff --git a/changes/ 19332-clear-secrets-with-gitops b/changes/ 19332-clear-secrets-with-gitops deleted file mode 100644 index afeb4f987e..0000000000 --- a/changes/ 19332-clear-secrets-with-gitops +++ /dev/null @@ -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. diff --git a/changes/19332-clear-secrets-with-gitops b/changes/19332-clear-secrets-with-gitops new file mode 100644 index 0000000000..f152fa84c5 --- /dev/null +++ b/changes/19332-clear-secrets-with-gitops @@ -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.