Clean up "Compliance exclusions" references (#32969)
- https://github.com/fleetdm/fleet/issues/32633
This commit is contained in:
@@ -70,7 +70,6 @@ jobs:
|
||||
DOGFOOD_SERVERS_CANARY_ENROLL_SECRET: ${{ secrets.DOGFOOD_SERVERS_CANARY_ENROLL_SECRET }}
|
||||
DOGFOOD_EXPLORE_DATA_ENROLL_SECRET: ${{ secrets.DOGFOOD_EXPLORE_DATA_ENROLL_SECRET }}
|
||||
DOGFOOD_CALENDAR_API_KEY: ${{ secrets.DOGFOOD_CALENDAR_API_KEY }}
|
||||
DOGFOOD_COMPLIANCE_EXCLUSIONS_ENROLL_SECRET: ${{ secrets.DOGFOOD_COMPLIANCE_EXCLUSIONS_ENROLL_SECRET }}
|
||||
DOGFOOD_COMPANY_OWNED_IPHONES_ENROLL_SECRET: ${{ secrets.DOGFOOD_COMPANY_OWNED_IPHONES_ENROLL_SECRET }}
|
||||
DOGFOOD_COMPANY_OWNED_IPADS_ENROLL_SECRET: ${{ secrets.DOGFOOD_COMPANY_OWNED_IPADS_ENROLL_SECRET }}
|
||||
DOGFOOD_COMPANY_OWNED_MOBILE_DEVICES_ENROLL_SECRET: ${{ secrets.DOGFOOD_COMPANY_OWNED_MOBILE_DEVICES_ENROLL_SECRET }}
|
||||
|
||||
+1
-1
@@ -20,7 +20,7 @@ Fleet's best practice teams:
|
||||
- `💻🐣 Workstations (canary)`: IT team's test work computers. Sometimes, for demos or testing, includes end user's work computers. Used for [dogfooding](https://en.wikipedia.org/wiki/Eating_your_own_dog_food) a new workflow or feature that may or may not be rolled out to the "Workstations" team.
|
||||
- `☁️ Servers`: Security team's production servers.
|
||||
- `☁️🐣 Servers (canary)`: Security team's test servers.
|
||||
- `Compliance exclusions`: All contributors' test work computers or virtual machines (VMs). Used for validating workflows for Fleet customers or reproducing bugs in the Fleet product.
|
||||
- `🧪 Testing & QA`: All contributors' test work computers or virtual machines (VMs). Used for validating workflows for Fleet customers or reproducing bugs in the Fleet product.
|
||||
- `📱🏢 Company-owned mobile devices`: iPhones and iPads purchased by the organization that enroll to Fleet automatically via Apple Business Manager. For example, iPhones used by iOS Engineers or conference room iPads.
|
||||
- `📱🔐 Personal mobile devices`: End users' personal Android devices or iPhones, like those enrolled through a BYOD program, that have access to company resources.
|
||||
|
||||
|
||||
@@ -42,7 +42,7 @@ apiVersion: v1
|
||||
kind: team
|
||||
spec:
|
||||
team:
|
||||
name: Compliance exclusions
|
||||
name: 🧪 Testing & QA
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: team
|
||||
|
||||
Reference in New Issue
Block a user