The connector syncs the members of a single Codefresh account as user
identities. Each user carries their account roles (for example Admin or User)
and email, so you can see who has access to your Codefresh account and at what
level.
You need a Codefresh API key. It is sent on every request in the
Authorization header and grants API access as your account, so treat it as a
secret. The key must belong to a user who can read the account’s member list.
1
Sign in to Codefresh as a member of the account you want to sync.
2
Open User Settings, then go to API Keys.
3
Click Generate, give the key a descriptive name, grant it access to read
users, and copy the generated key — you will not be able to see it again.
The connector reads the account the key belongs to automatically (from
GET /api/user), so there is nothing else to configure — just the API key.