rauthy
OpenID Connect Single Sign-On Identity & Access Management
- Category: Apps
- Status: 0
- Image:
rauthy
, 4, upstream - Healthcheck: No
- Backups: No
- Email: No
- Tests: No
- SSO: No
Quick start
abra app new rauthy
Generate encryption keys
echo "$(openssl rand -hex 4)/$(openssl rand -base64 32)"
abra app secret insert <app> enc_keys v1 <enc-key>
abra app config <app>
- N.B you need to match the
ENC_KEY_ACTIVE
env var with the start of the generatedENC_KEYS
value (everything before the/
. See the docs for more)
- N.B you need to match the
Generate secrets
abra app secret generate <app> -a
Deploy
abra app deploy <app>
abra app logs <app>
- You'll see the automatically generated admin password in the initial logs.
Ensure that you reset this password after you log in. The
ADMIN_EMAIL
env var controls the value of the admin login username.
- You'll see the automatically generated admin password in the initial logs.
Ensure that you reset this password after you log in. The
For more, see docs.coopcloud.tech
.
Description
Languages
Shell
100%