Grafana OAuth SSO Integration with KeyCloak
Single Sign-On integration is important. In my previous post, I demonstrated how to use Keycloak as the authentication layer in a FastAPI application. Now we…
1 min read
鯛も一人はうまからず | Even a sea bream loses its flavor when eaten alone.
Single Sign-On integration is important. In my previous post, I demonstrated how to use Keycloak as the authentication layer in a FastAPI application. Now we…
1 min read
In this blog post, I'm going to integrate FastAPI with KeyCloak to authenticate the users through KeyCloak. Instead of implementing authentication layer in each service,…
4 min read
While searching an alternative to Docker's private registry, found Zot OCI registry. And wanted to see the capabilities and limitations. It's an image registry which…
1 min read
Each container image has processor architecture. That architecture describes where you can run them on. It's the similar, like in OS executable binaries. If you…
1 min read
UUIDUUID (Universal Unique Identifier) is a 128-bit value used to uniquely identify an object or entity on the internet. A real world example; When you…
2 min read
Almost in every project we store information in databases. It could be an SQL or a NoSQL database. Let's say you would like to go…
4 min read
We have created scheduled queries in the previous post. The query execution results could be forwarded to a pub/sub topic. In this post we…
2 min read
Sometimes you might want to run queries on recurring basis. The queries could be written in SQL. We decided to run some queries for cleaning…
2 min read
I heard the "GitOps" word first time while learning the terraform. A bunch of new words that have "Ops" suffix have appeared nowadays such as…
3 min read
VPC EndpointsVPC endpoint provides access to public AWS services for resources that don't have public IP or where NAT gateway isn't deployed.There are gateway…
1 min read