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 …