1
0
Fork 0

docs/onboarding: initial commit

This commit is contained in:
ryan-distrust.co 2023-05-16 14:29:24 -04:00
parent 1c16a03900
commit 7da583b26a
Signed by untrusted user who does not match committer: ryan
GPG Key ID: 8E401478A3FBEF72
1 changed files with 17 additions and 0 deletions

17
docs/onboarding.md Normal file
View File

@ -0,0 +1,17 @@
# sops
Add the user to the list of PGP keys in `.sops.yaml`. Run:
```sh
find . -name '*.enc.*' -exec sops updatekeys {} \;
```
# Keycloak
Once authenticated to Keycloak (the password is encrypted in the Keycloak
configuration kustomization), switch from the Master realm to the realm you
wish to add a user to. From there, navigate to Users and select "Add user".
Select a combination of options to be performed upon login, such as "Update
Password" if setting up a user that is not yourself. Enter any necessary
information and select "Create". A temporary password can be generated by using
`pwgen -s 24 1`.