Maybe add a separate secrets.edn file in addition to config.edn. Maybe read from that file whenever you need to use a secret, so secrets aren't stored in the system map. Then you can both edit config.edn and display the system map's contents without leaking any secrets.
Maybe add a separate
secrets.edn
file in addition toconfig.edn
. Maybe read from that file whenever you need to use a secret, so secrets aren't stored in the system map. Then you can both editconfig.edn
and display the system map's contents without leaking any secrets.