mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 21:47:20 +00:00
## Summary - Adds Okta Verify as a custom package for x86 Windows workstations in the Fleet GitOps configuration - Creates `it-and-security/lib/windows/software/okta-verify.yml` using the `$DOGFOOD_OKTA_VERIFY_WINDOWS_URL` secret for the download URL - Configures the app in `workstations.yml` with `self_service: true`, `setup_experience: true`, the "Security" category, and scoped to `x86-based Windows hosts` label ## Changes 1. **New file**: `it-and-security/lib/windows/software/okta-verify.yml` — Software definition with the secret-referenced URL 2. **Modified**: `it-and-security/teams/workstations.yml` — Added Okta Verify package reference under `software.packages` in the Windows apps section Built for [Allen Houchins](https://fleetdm.slack.com/archives/D0AFASNBZMW/p1772924912095649) by [Kilo for Slack](https://kilo.ai/features/slack-integration) --------- Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com> Co-authored-by: Allen Houchins <32207388+allenhouchins@users.noreply.github.com> Co-authored-by: Allen Houchins <allenhouchins@mac.com>
5 lines
160 B
YAML
5 lines
160 B
YAML
url: $DOGFOOD_OKTA_VERIFY_WINDOWS_URL
|
|
install_script:
|
|
path: ../scripts/okta_verify_install.ps1
|
|
uninstall_script:
|
|
path: ../scripts/okta_verify_uninstall.ps1
|