BIOS vendors provide windows programs to flash new upgrades. Linux users need to do a little more work.
Category Archives: Security
Mutual Authentication with Go
Secure you micro services in Go using Mutual TLS (mTLS) and Self Signed Certificates.
Persistent API’s using ORM in Go with Beego
A deeper look into using the Beego framework in Go for persisting stateful data In a recent post we discussed the merits of using the Beego framework in Go to create Web and API projects. We went on to create a sample Web and API project using the CLI. The projects were simple to implement …
Continue reading “Persistent API’s using ORM in Go with Beego”
A safe Harbor for Kubernetes
Providing accountability for containers deployed into Kubernetes clusters, Harbor provides: advanced monitoring, security, monitoring and cross-registry support.
A TornadoFx wrapper for Mule 4 Secure Properties
A TornadoFx gui for wrapper around the mule secure properties configuration.
Batten down the Etcd hatches
In this post we add TLS security to our etcd application as part of our DevSecOps iteration.