Cloudyna: Secrets management in serverless world

Materials from my recent lecture at Cloudyna conference in Katowice.

Applications frequently need to authenticate to an external service or API. This authentication might include credentials that talk to a database or an API key to issue a third-party request.
Serverless apps are frequently stateless and require a different than traditional approach. Should we inject credentials during the deployment or load at runtime?
During this session we will analyse different options, looking also at scalability and costs of each solution.

Leave a Reply