verifa / horizon

Building blocks and patterns for creating a minimal internal developer platform
Apache License 2.0
8 stars 1 forks source link

Move `Account` sensitive information to a secret #1

Open jlarfors opened 4 months ago

jlarfors commented 4 months ago

Currently Account sensitive information, like NATS NKeys for creating users, is stored directly in the Account.status.

Move this to a secret, a bit like Kubernetes ServiceAccounts work.