mirror of
https://github.com/fleetdm/fleet
synced 2026-04-22 05:57:36 +00:00
Add `fleetctl gitops` command for #13643 Code review video: https://www.loom.com/share/7941c51c709b44ccafd618dd05837d99?sid=27b923d7-1393-4396-bac7-30616b2d6de9 fleet-gitops PR that also needs review: https://github.com/fleetdm/fleet-gitops/pull/26 Working global/team gitops configs that can be used for testing: https://github.com/fleetdm/fleet-gitops/tree/victor/fixing-configs # Checklist for submitter If some of the following don't apply, delete the relevant line. <!-- Note that API documentation changes are now addressed by the product design team. --> - [x] Changes file added for user-visible changes in `changes/` or `orbit/changes/`. - [x] Added/updated tests - [x] Manual QA for all new/changed functionality
55 lines
No EOL
1.8 KiB
XML
55 lines
No EOL
1.8 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>PayloadContent</key>
|
|
<array>
|
|
<dict>
|
|
<key>PayloadDescription</key>
|
|
<string>Configures Passcode settings</string>
|
|
<key>PayloadDisplayName</key>
|
|
<string>Passcode</string>
|
|
<key>PayloadIdentifier</key>
|
|
<string>com.github.erikberglund.ProfileCreator.F7CF282E-D91B-44E9-922F-A719634F9C8E.com.apple.mobiledevice.passwordpolicy.231DFC90-D5A7-41B8-9246-564056048AC5</string>
|
|
<key>PayloadOrganization</key>
|
|
<string></string>
|
|
<key>PayloadType</key>
|
|
<string>com.apple.mobiledevice.passwordpolicy</string>
|
|
<key>PayloadUUID</key>
|
|
<string>231DFC90-D5A7-41B8-9246-564056048AC5</string>
|
|
<key>PayloadVersion</key>
|
|
<integer>1</integer>
|
|
<key>allowSimple</key>
|
|
<true/>
|
|
<key>forcePIN</key>
|
|
<true/>
|
|
<key>maxFailedAttempts</key>
|
|
<integer>11</integer>
|
|
<key>maxGracePeriod</key>
|
|
<integer>1</integer>
|
|
<key>maxInactivity</key>
|
|
<integer>15</integer>
|
|
<key>minLength</key>
|
|
<integer>10</integer>
|
|
<key>requireAlphanumeric</key>
|
|
<true/>
|
|
</dict>
|
|
</array>
|
|
<key>PayloadDescription</key>
|
|
<string>Configures our Macs to require passwords that are 10 character long</string>
|
|
<key>PayloadDisplayName</key>
|
|
<string>Password policy - require 10 characters</string>
|
|
<key>PayloadIdentifier</key>
|
|
<string>com.github.erikberglund.ProfileCreator.F7CF282E-D91B-44E9-922F-A719634F9C8E</string>
|
|
<key>PayloadOrganization</key>
|
|
<string>FleetDM</string>
|
|
<key>PayloadScope</key>
|
|
<string>System</string>
|
|
<key>PayloadType</key>
|
|
<string>Configuration</string>
|
|
<key>PayloadUUID</key>
|
|
<string>F7CF282E-D91B-44E9-922F-A719634F9C8E</string>
|
|
<key>PayloadVersion</key>
|
|
<integer>1</integer>
|
|
</dict>
|
|
</plist> |