Tag: API

  • How to Encrypt Secret Data at Rest in Kubernetes

    Data encryption is a process of transforming readable data into an unreadable format. This is done in order to protect the data from unauthorized access. Data encryption at rest refers to the process of encrypting data when it is not being used, such as when it is stored on a disk or backup storage system.…

  • Kubesec by Control Plane for Kubernetes Static Analysis

    Kubesec is a tool that is used to scan your static workloads to give you improvements that can be made to harden your existing workloads and make you aware of the findings are one step in increasing your security posture. So for this example we will be consuming this resource through the HTTPS method had…

  • Withings Application

    Scope It’s been a while since I’ve wrote my last post and figured I’d document my experience building an application to communicate with the Withings API. My idea is a simple concept, authorize into the Withings API and take the data populated from various metrics in JSON format and sent a POST request into FitnessPal…

  • Serverless App Engine Logic App

    While exploring the services in Azure, I’ve been in constant thought of how to use the Logic App service offered Logic App Designer. While exploring more in-depth MS Documentation I’ve created a logic app for a small project on the calculating the time to travel to my local university on the days I have lectures.…