fleet/cmd/fleetctl/testdata/gitops/global_integration.yml
Victor Lyuboslavsky 48e3654d75
Adding secret support to profiles via gitops. (#24675)
#24547

# Checklist for submitter

- [x] Changes file added for user-visible changes in `changes/`,
`orbit/changes/` or `ee/fleetd-chrome/changes`.
See [Changes
files](https://github.com/fleetdm/fleet/blob/main/docs/Contributing/Committing-Changes.md#changes-files)
for more information.
- [x] Added/updated tests
- [x] Manual QA for all new/changed functionality
2024-12-13 15:41:23 -06:00

21 lines
492 B
YAML

policies:
queries:
agent_options:
path: ./lib/agent-options.yml
controls:
macos_settings:
custom_settings:
- path: ./lib/macos-password-secret.mobileconfig
windows_enabled_and_configured: true
windows_settings:
custom_settings:
- path: ./lib/windows-screenlock-secret.xml
scripts:
- path: ./lib/fleet-secret.sh
org_settings:
server_settings:
server_url: $FLEET_URL
org_info:
org_name: Fleet
secrets:
- secret: "$FLEET_GLOBAL_ENROLL_SECRET"