Add proposed edits to the developer onboarding template

This commit is contained in:
igorkorenfeld 2022-08-22 12:14:00 -04:00
parent e2363725ec
commit fe5dc92d88
No known key found for this signature in database
GPG key ID: 826947A4B867F659

View file

@ -21,6 +21,7 @@ There are several tools we use locally that you will need to have.
## Access
### Steps for the onboardee
- [ ] [Create a cloud.gov account](https://cloud.gov/docs/getting-started/accounts/)
- [ ] Have an admin add you to the CISA Github organization and Dotgov Team.
- [ ] Ensure you can login to your cloud.gov account via the CLI
@ -28,11 +29,18 @@ There are several tools we use locally that you will need to have.
cf login -a api.fr.cloud.gov --sso
```
- [ ] Have an admin add you to cloud.gov org and relevant spaces as a SpaceDeveloper
- [ ] Have an admin add you to our login.gov sandbox team (`.gov registrar poc`) via the [dashboard](https://dashboard.int.identitysandbox.gov/).
**Note:** As mentioned in the [Login documentation](https://developers.login.gov/testing/), the sandbox Login account is different account from your regular, production Login account. If you have not created a Login account for the sandbox before, you will need to create a new account first.
- [ ] Setup [commit signing in Github](#setting-up-commit-signing) and with git locally.
### Steps for the onboarder
- [ ] Add the onboardee to cloud.gov org and relevant spaces as a SpaceDeveloper
```bash
cf set-space-role <cloud.account@email.gov> sandbox-gsa dotgov-poc SpaceDeveloper
```
- [ ] Add to our login.gov sandbox team (`.gov registrar poc`) via the [dashboard](https://dashboard.int.identitysandbox.gov/)
- [ ] Setup [commit signing in Github](#setting-up-commit-signing) and with git locally.
- [ ] Add the onboardee to our login.gov sandbox team (`.gov registrar poc`) via the [dashboard](https://dashboard.int.identitysandbox.gov/)
## Documents to Review