Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switched from metadata_url to metadata for end user authentication #26042

Open
wants to merge 24 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/dogfood-gitops.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ jobs:
DOGFOOD_ACTIVITIES_WEBHOOK_URL: ${{ secrets.DOGFOOD_ACTIVITIES_WEBHOOK_URL }}
DOGFOOD_CALENDAR_WEBHOOK_URL: ${{ secrets.DOGFOOD_CALENDAR_WEBHOOK_URL }}
DOGFOOD_HOST_STATUS_WEBHOOK_URL: ${{ secrets.DOGFOOD_HOST_STATUS_WEBHOOK_URL }}
DOGFOOD_END_USER_SSO_METADATA: ${{ secrets.DOGFOOD_END_USER_SSO_METADATA }}

- name: Notify on Gitops failure
if: failure() && github.ref_name == 'main'
Expand Down
7 changes: 5 additions & 2 deletions it-and-security/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ org_settings:
end_user_authentication:
entity_id: dogfood-eula.fleetdm.com
idp_name: Google Workspace
metadata_url: $DOGFOOD_MDM_SSO_METADATA_URL
issuer_uri: $DOGFOOD_SSO_ISSUER_URI
metadata: |-
$DOGFOOD_END_USER_SSO_METADATA
metadata_url: ""
apple_business_manager:
- organization_name: Fleet Device Management Inc.
macos_team: "💻 Workstations"
Expand Down Expand Up @@ -56,7 +59,7 @@ org_settings:
enable_sso_idp_login: false
entity_id: dogfood.fleetdm.com
idp_image_url: ""
idp_name: Google
idp_name: Google Workspace
issuer_uri: $DOGFOOD_SSO_ISSUER_URI
metadata: |-
$DOGFOOD_SSO_METADATA
Expand Down
Loading