Skip to content

Commit 419634d

Browse files
Configure google calendar integration in dogfood with API key (#18220)
Related: https://github.com/fleetdm/confidential/issues/6015 --------- Co-authored-by: Noah Talerman <[email protected]>
1 parent 8859fe3 commit 419634d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/dogfood-gitops.yml

+1
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,4 @@ jobs:
6464
DOGFOOD_SERVERS_ENROLL_SECRET: ${{ secrets.DOGFOOD_SERVERS_ENROLL_SECRET }}
6565
DOGFOOD_SERVERS_CANARY_ENROLL_SECRET: ${{ secrets.DOGFOOD_SERVERS_CANARY_ENROLL_SECRET }}
6666
DOGFOOD_EXPLORE_DATA_ENROLL_SECRET: ${{ secrets.DOGFOOD_EXPLORE_DATA_ENROLL_SECRET }}
67+
DOGFOOD_CALENDAR_API_KEY: ${{ secrets.DOGFOOD_CALENDAR_API_KEY }}

it-and-security/default.yml

+3
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ org_settings:
3131
host_expiry_settings:
3232
host_expiry_enabled: false
3333
integrations:
34+
google_calendar:
35+
- api_key_json: $DOGFOOD_CALENDAR_API_KEY
36+
domain: fleetdm.com
3437
jira: [ ]
3538
zendesk: [ ]
3639
mdm:

0 commit comments

Comments
 (0)