HN user

Dentrax

113 karma
Posts41
Comments9
View on HN
medium.com 2y ago

Deep Diving into Docker and Containers: What It Is and How It Works

Dentrax
17pts2
github.com 3y ago

Show HN: Falco-GPT: AI-generated security remediations for Falco audit events

Dentrax
1pts0
grafana.com 3y ago

Show HN: I created Prometheus Exporter to monitor my xDSL Modem (OnCall enabled)

Dentrax
2pts1
syzkaller.appspot.com 3y ago

Syzbot dashboard: continuously fuzzes kernel and automatically reports bugs

Dentrax
2pts0
www.youtube.com 4y ago

KubeCon and CloudNativeCon Europe 2022 YouTube Playlist

Dentrax
4pts0
arthurchiao.art 4y ago

BPF ring buffer: usage scenarios, core design and program examples (2020)

Dentrax
2pts0
github.com 4y ago

Show HN: Cosigneth: Container Image Signing and Verifying on Ethereum [Testnet]

Dentrax
1pts0
github.com 4y ago

Show HN: Build and push container images without Docker Daemon based on BuildKit

Dentrax
8pts2
medium.com 4y ago

Start working with container images on macOS without requiring a Docker

Dentrax
4pts0
medium.com 4y ago

Show HN: Manage Kubernetes Admission Webhook's Certificates with Cert-Manager

Dentrax
2pts0
inlets.dev 4y ago

Expose Traefik with K3s to the Internet

Dentrax
2pts0
sos.dev 4y ago

Secure Open Source Rewards

Dentrax
2pts0
www.redhat.com 4y ago

Hardening ELF binaries using Relocation Read-Only (2019)

Dentrax
77pts30
www.ntia.gov 4y ago

Roles and Benefits for SBOM Across the Supply Chain (2019) [pdf]

Dentrax
2pts1
opensource.googleblog.com 4y ago

Protect your open source project from supply chain attacks

Dentrax
21pts2
github.com 4y ago

OSV – Open-Source Vulnerabilities

Dentrax
11pts0
github.com 4y ago

Show HN: Kink – Run KinD clusters as a pod in Kubernetes

Dentrax
4pts1
sre.google 4y ago

Postmortem Culture: Learning from Failure

Dentrax
2pts0
drive.google.com 4y ago

Mapping CNCF Software Supply Chain Best Practices to SLSA Levels

Dentrax
2pts0
lkml.org 4y ago

Implement kernel audit container identifier

Dentrax
1pts0
www.youtube.com 5y ago

Show HN: Created our first space mobile game (teaser) – made with Godot Engine

Dentrax
2pts0
smallstep.com 5y ago

Everything you should know about certificates and PKI

Dentrax
3pts0
medium.com 5y ago

Show HN: I implemented Tilde – Operator for Go Compiler after months of research

Dentrax
6pts2
github.com 5y ago

Show HN: Cocert: split your private keys securely amongst untrusted network

Dentrax
37pts7
darutk.medium.com 5y ago

Illustrated X.509 Certificate

Dentrax
3pts0
arxiv.org 5y ago

Mitigating Cold Starts in Serverless Platforms

Dentrax
3pts0
www.integralist.co.uk 5y ago

Security Basics with GPG, OpenSSH, OpenSSL and Keybase

Dentrax
3pts0
owasp.org 5y ago

Secure Coding Practices by the OWASP Foundation [pdf]

Dentrax
3pts0
www.kernel.org 5y ago

Documentation/CodingStyle and Beyond [pdf]

Dentrax
1pts0
docs.google.com 5y ago

Go 1.3 Compiler Overhaul: The Go compiler today is written in C

Dentrax
3pts0

I'm just curious, don't they have something like "gradual rollout" to update their app? They just bulk-update simultaneously across entire agents? No way. Something is a bit off for me. But there are good lessons to learn for sure.

Hey! This is my first attempt to learning of the contribution to Go Compiler. I just wanted to write a blog post about the journey.

Your feedbacks are valuable! Thanks!

If you do not use Medium, you can read the blog on the repository: https://github.com/Dentrax/go-tilde-operator/

Find the issue proposal: https://github.com/golang/go/issues/46847 Find the implementation PR: https://github.com/golang/go/pull/46848

Actually, we store the passwords inside the PEM file itself, which is encrypted by TUF [0].

If you can store the password securely can you not then also store the private keys securely?

You don't have to store the private keys securely. On the contrary, you can store your private keys publicly, if the decryption password strong enough.

If you want to decrypt keys in the pipeline, of course your decryption keys still need to be stored securely. Which is why I added some KMS providers in the use-case diagram. [1]

[0] https://github.com/theupdateframework/go-tuf/blob/master/enc... [1] https://raw.githubusercontent.com/Dentrax/cocert/main/.res/u...