This guides describes how to create a team in your Greenhouse organization.
While all members of an organization can see existing teams, their management requires organization admin privileges.
The team resource is used to structure members of your organization and assign fine-grained access and permission levels.
Each Team must be backed by a group in the identity provider (IdP) of the Organization.
mappedIdPGroup
field in Team configuration.NOTE: The UI is currently in development. For now this guides describes the onboarding workflow via command line.
cat <<EOF | kubectl apply -f -
apiVersion: greenhouse.sap/v1alpha1
kind: Team
metadata:
name: <name>
spec:
description: My new team
mappedIdPGroup: <IdP group name>
EOF