Developer Tricks: Simulate Cloud Security for Local App Development
5 min read - Everything you need to do to simulate the environment of a trusted profile compute resource. Does this sound scary? Trusted profile, compute resource, access token, token conversion? I recently had to deal with these for an app deployed to Kubernetes. In this blog post, I discuss how I managed to develop and test the app on my local machine. As a developer, I prefer to develop (including testing) and code locally. Sometimes, the code needs to interact with functionality that…