Skip to content

Refactor secrets access

Martin Fontanet requested to merge dev-20230302MF into develop

This PR refactors the way the services access to the secrets. All ECDSA and SSL keys are now passed as secret files instead of environment variables. This PR also moves the TokenClaims and Constraint structs to custodian/src/core/common/models/custodian and adapts the code to use the Custodian Go module instead of the local common folder.

Edited by Martin Fontanet

Merge request reports