Dan Putt (8)

Google cloud certified architect focusing on cloud based java solutions. Focus on scalability, availability, ease of use, and design. Building the application is only half the problem - the other half is understanding why you are building the application and how you define its success

Viewing Google Cloud Run Metrics in Stack Driver

This may be my first post with a title where I don't just name technologies.  This may also be the shortest post I have written.

It has taken me longer than it should have to find the documentation around viewing Cloud Run metrics in Stack driver than it should.  I hope this can save someone  some time.

Continue reading...

Google Cloud Build decrypting KMS Secrets

In trying to follow more best practices and create a true reference architecture for Java in GCP I was trying to store my service account credential files encrypted using KMS then pull them out and decrypt them using using GCP KMS Service.  In doing so though I kept getting an error through Cloud Build saying I didn't have decrypt permissions.  

It pains me to admit that this took me much longer to solve than it should have, mostly because of a deeply rooted I.D.ten.T. error.  

Continue reading...