Skip to content

Commit

Permalink
Improve on the Zulip auth app integration (#535)
Browse files Browse the repository at this point in the history
We want to reference all secrets from 1Password so that when we need to
rotate anything, we simply update the values in 1Password and restart
the app so that it reads the new values just-in-time, at boot time.

FTR:
- #492 (comment)

Signed-off-by: Gerhard Lazu <[email protected]>
  • Loading branch information
gerhard authored Dec 5, 2024
1 parent 7c1500d commit 5933c0c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions env.op
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,13 @@ export TYPESENSE_URL="op://changelog/typesense/url"

export STRIPE_SECRET="op://changelog/stripe/api_secret"
export STRIPE_WEBHOOK_SECRET="op://changelog/stripe/webhook_secret"

export STRIPE_SECRET="op://changelog/stripe/api_secret"
export STRIPE_WEBHOOK_SECRET="op://changelog/stripe/webhook_secret"

export ZULIP_ADMIN_USER="op://changelog/zulip/admin_user"
export ZULIP_ADMIN_API_KEY="op://changelog/zulip/admin_api_key"
export ZULIP_USER="op://changelog/zulip/user"
export ZULIP_API_KEY="op://changelog/zulip/user_api_key"
export ZULIP_BOT_USER="op://changelog/zulip/bot_user"
export ZULIP_BOT_API_KEY="op://changelog/zulip/bot_api_key"

0 comments on commit 5933c0c

Please sign in to comment.