A utility for generating Mermaid diagrams from Terraform configurations
https://github.com/RoseSecurity/Terramaid
https://github.com/RoseSecurity/Terramaid
GitHub
GitHub - RoseSecurity/Terramaid: A utility for generating Mermaid diagrams from Terraform configurations
A utility for generating Mermaid diagrams from Terraform configurations - RoseSecurity/Terramaid
β€8π3
Last week, I switched the default search in zsh (Ctrl+R) to fzf, and itβs working out pretty well.
https://github.com/junegunn/fzf
https://github.com/junegunn/fzf
GitHub
GitHub - junegunn/fzf: :cherry_blossom: A command-line fuzzy finder
:cherry_blossom: A command-line fuzzy finder. Contribute to junegunn/fzf development by creating an account on GitHub.
π₯10π―4
Although Ingress-Nginx is still maintained and receiving security updates (e.g. controller-v1.15.0), it's time to start migrating to the Gateway API. ingress2gateway can help with that.
π3β€2π1
Please open Telegram to view this post
VIEW IN TELEGRAM
Amazon
Introducing account regional namespaces for Amazon S3 general purpose buckets | Amazon Web Services
AWS launches a new feature of Amazon S3 that lets you create general purpose buckets in your own account regional namespace simplifying bucket creation and management as your data storage needs grow in size and scope.
π₯6π3
Looking for a hosting platform to practice with Linux, Kubernetes, etc.? Register using my referral link on DigitalOcean and get $200 in credit for 60 days. By registering through my referral link, you also support this Telegram channel.
π Register
π Register
π6β€2
Short-lived public TLS certificates are our future, with a 46-day maximum validity by 2029.
https://knowledge.digicert.com/alerts/public-tls-certificates-199-day-validity
https://knowledge.digicert.com/alerts/public-tls-certificates-199-day-validity
π’6π±4π―2β€1
Container and file artifact promotion tooling for the Kubernetes project
https://github.com/kubernetes-sigs/promo-tools
https://github.com/kubernetes-sigs/promo-tools
GitHub
GitHub - kubernetes-sigs/promo-tools: Container and file artifact promotion tooling for the Kubernetes project
Container and file artifact promotion tooling for the Kubernetes project - kubernetes-sigs/promo-tools
β€2
---
What happened?
Attackers compromised the official
aquasecurity/trivy-action GitHub Action β the one people use to run Trivy vulnerability scans in CI/CD pipelines. This was disclosed today (March 20, 2026). It's the *second* Trivy-related supply chain attack this month β the first one hit the Trivy VS Code extension on OpenVSX, where injected code tried to abuse local AI coding agents.How did they do it?
The attacker force-pushed 75 out of 76 version tags in the
aquasecurity/trivy-action repository. So if your workflow references this action by a version tag like @0.34.2, @0.33.0, or @0.18.0 β you're running malicious code. The only tag that wasn't touched is @0.35.0.The tricky part: the malicious code runs *before* the real Trivy scan starts, so everything looks normal to the user.
What does the malware actually do?
It dumps the runner's process memory to grab secrets, harvests SSH keys, and steals credentials for AWS, GCP, Azure, and also Kubernetes service account tokens. Basically, it's an infostealer designed specifically for CI/CD environments.
How big is the blast radius?
Over 10,000 workflow files on GitHub reference this action, so potentially a lot of projects are affected. The compromised tags were still active at the time the article was written.
Key risks for you to think about:
Given your EKS and GitOps setup, here are the things I'd pay attention to:
1. K8s service account tokens leaked β if any of your CI pipelines use
trivy-action and have access to your EKS clusters, those tokens could be compromised. Rotate them.2. AWS credentials exposed β your IRSA roles, Secrets Manager access, anything the GitHub runner had in its environment could be stolen.
3. Tag pinning is not enough β this attack shows that even pinning to a specific version tag like
@0.33.0 doesn't protect you. Tags in Git can be force-pushed. The safe approach is to pin to a full commit SHA not a tag.4. Second attack in one month on the same tool β Trivy is popular, and attackers clearly see it as a high-value target. Worth thinking about whether your security scanning toolchain has a single point of failure.
What to do right now:
- Check if any of your GitHub Actions workflows reference
aquasecurity/trivy-action by tag (not by SHA).- If yes, treat your CI/CD secrets as compromised β rotate AWS keys, SSH keys, K8s tokens.
- Switch to referencing actions by commit SHA instead of version tag.
- Review your GitHub Actions workflow permissions β make sure you use least-privilege
permissions: blocks.This is a really good example of why "shift left security" needs to also include securing the security tools themselves. The scanner became the attack vector.
https://socket.dev/blog/trivy-under-attack-again-github-actions-compromise
Please open Telegram to view this post
VIEW IN TELEGRAM
Socket
Trivy Under Attack Again: Widespread GitHub Actions Tag Comp...
Attackers compromised Trivy GitHub Actions by force-updating tags to deliver malware, exposing CI/CD secrets across affected pipelines.
π9β€7π±2
Good introduction for k8s Gateway API
https://www.youtube.com/watch?v=HLXyrQT8zV0
https://www.youtube.com/watch?v=HLXyrQT8zV0
YouTube
Mastering Kubernetes Gateway API: A Comprehensive Guide with Tutorial
Welcome to another insightful episode of "Is it Observable?" In today's video, we're taking a deep dive into the Kubernetes Gateway API, an exciting project that's revolutionizing how we manage network traffic within Kubernetes clusters. We'll start withβ¦
π2π₯2
Delivers efficient, stable, and secure data distribution and acceleration powered by P2P technology, with an optional contentβaddressable filesystem that accelerates OCI container launch.
https://github.com/dragonflyoss/dragonfly
https://github.com/dragonflyoss/dragonfly
GitHub
GitHub - dragonflyoss/dragonfly: Delivers efficient, stable, and secure data distribution and acceleration powered by P2P technologyβ¦
Delivers efficient, stable, and secure data distribution and acceleration powered by P2P technology, with an optional contentβaddressable filesystem that accelerates OCI container launch. - dragonf...
π3π1π₯1
β‘οΈ LocalStack archived its GitHub repo β what happened and what it means
On March 23, 2026, LocalStack archived localstack/localstack on GitHub (read-only) and consolidated everything into a single Docker image that requires an auth token β including in CI.
What changed:
- docker pull localstack/localstack:latest without LOCALSTACK_AUTH_TOKEN β your pipeline breaks
- Free "Hobby" plan exists but requires account creation and is non-commercial only
- Paid plans start at $39/mo
- CI needs a dedicated CI Auth Token stored in secrets
Your options:
- Pin to an older tag (e.g. 4.12) β works short-term, but you accumulate parity drift and unpatched CVEs
- Create a free account β enough for individual non-commercial dev
- Pay β if LocalStack is embedded in team CI
For open-source projects: LocalStack launched a separate program offering free Ultimate tier licenses (100+ AWS services, Cloud Pods, IAM enforcement) to eligible OSS projects with OSI-approved licenses.
https://blog.localstack.cloud/introducing-localstack-for-open-source/
On March 23, 2026, LocalStack archived localstack/localstack on GitHub (read-only) and consolidated everything into a single Docker image that requires an auth token β including in CI.
What changed:
- docker pull localstack/localstack:latest without LOCALSTACK_AUTH_TOKEN β your pipeline breaks
- Free "Hobby" plan exists but requires account creation and is non-commercial only
- Paid plans start at $39/mo
- CI needs a dedicated CI Auth Token stored in secrets
Your options:
- Pin to an older tag (e.g. 4.12) β works short-term, but you accumulate parity drift and unpatched CVEs
- Create a free account β enough for individual non-commercial dev
- Pay β if LocalStack is embedded in team CI
For open-source projects: LocalStack launched a separate program offering free Ultimate tier licenses (100+ AWS services, Cloud Pods, IAM enforcement) to eligible OSS projects with OSI-approved licenses.
https://blog.localstack.cloud/introducing-localstack-for-open-source/
Introducing the LocalStack for Open Source Program
The LocalStack for Open Source program offers free licenses of LocalStack for AWS and LocalStack for Snowflake to eligible community open source projects to help speed up their development and lower their costs.
π’7π±3β€1π€―1
DevOps & SRE notes
β‘οΈ LocalStack archived its GitHub repo β what happened and what it means On March 23, 2026, LocalStack archived localstack/localstack on GitHub (read-only) and consolidated everything into a single Docker image that requires an auth token β including in CI.β¦
It might become an alternative to LocalStack
Floci - Light, fluffy, and always free - AWS Local Emulator
https://github.com/hectorvent/floci
Floci - Light, fluffy, and always free - AWS Local Emulator
https://github.com/hectorvent/floci
GitHub
GitHub - floci-io/floci: Light, fluffy, and always free - AWS Local Emulator
Light, fluffy, and always free - AWS Local Emulator - floci-io/floci
β€βπ₯3π₯3β€2
Terragrunt is now v1!
This means that Terragrunt will no longer have any breaking changes in minor releases, with all future breaking changes taking place in (infrequent) future major releases.
https://github.com/gruntwork-io/terragrunt/releases/tag/v1.0.0
This means that Terragrunt will no longer have any breaking changes in minor releases, with all future breaking changes taking place in (infrequent) future major releases.
https://github.com/gruntwork-io/terragrunt/releases/tag/v1.0.0
GitHub
Release v1.0.0 Β· gruntwork-io/terragrunt
π v1.0.0 Release
Terragrunt is now v1!
This means that Terragrunt will no longer have any breaking changes in minor releases, with all future breaking changes taking place in (infrequent) future ma...
Terragrunt is now v1!
This means that Terragrunt will no longer have any breaking changes in minor releases, with all future breaking changes taking place in (infrequent) future ma...
π₯8β€2
DevOps & SRE notes
Tech giants under attack by a Trivy-compromised GitHub action.
Cisco β More than 300 GitHub repositories were cloned during the incident, including source code for its AI-powered products, such as AI Assistants, AI Defense, and unreleased products. A portion of the stolen repositories allegedly belongs to corporate customers, including banks, BPOs, and US government agencies.
https://www.bleepingcomputer.com/news/security/cisco-source-code-stolen-in-trivy-linked-dev-environment-breach/
Cisco β More than 300 GitHub repositories were cloned during the incident, including source code for its AI-powered products, such as AI Assistants, AI Defense, and unreleased products. A portion of the stolen repositories allegedly belongs to corporate customers, including banks, BPOs, and US government agencies.
https://www.bleepingcomputer.com/news/security/cisco-source-code-stolen-in-trivy-linked-dev-environment-breach/
BleepingComputer
Cisco source code stolen in Trivy-linked dev environment breach
Cisco has suffered a cyberattack after threat actors used stolen credentials from the recent Trivy supply chain attack to breach its internal development environment and steal source code belonging to the company and its customers.
π5
A realistic exam simulator for CKAD, CKA, and CKS featuring timed sessions and hands-on labs with pre-configured clusters.
https://github.com/sailor-sh/CK-X
https://github.com/sailor-sh/CK-X
π9
Forwarded from AWS Notes (Dzm Var)
π Join our AWS Cloud Developer course and gain practical experience working with various AWS services and technologies during an intensive 2-month program!
π― Become familiar with over 15 AWS services and confidently apply your skills in real-world projects by the end of the course.
βͺοΈStart date: April 13, 2026
βͺοΈFree / Online
βͺοΈIn English
COURSE HIGHLIGHTS
βοΈ Build a single-page application (SPA) using AWS S3 and CloudFront
βοΈ Develop serverless APIs with AWS API Gateway and Lambda
βοΈ Integrate with databases and S3
βοΈ Master asynchronous microservices communication using SQS and SNS
βοΈ Explore authorization with Lambda Authorizers and Cognito
βοΈ Learn containerization with Docker and Elastic Beanstalk
βοΈ Implement backend-for-frontend using API Gateway
Find out more details and enroll:
https://wearecommunity.io/events/aws-cloud-dev-2026q2
π― Become familiar with over 15 AWS services and confidently apply your skills in real-world projects by the end of the course.
βͺοΈStart date: April 13, 2026
βͺοΈFree / Online
βͺοΈIn English
COURSE HIGHLIGHTS
βοΈ Build a single-page application (SPA) using AWS S3 and CloudFront
βοΈ Develop serverless APIs with AWS API Gateway and Lambda
βοΈ Integrate with databases and S3
βοΈ Master asynchronous microservices communication using SQS and SNS
βοΈ Explore authorization with Lambda Authorizers and Cognito
βοΈ Learn containerization with Docker and Elastic Beanstalk
βοΈ Implement backend-for-frontend using API Gateway
Find out more details and enroll:
https://wearecommunity.io/events/aws-cloud-dev-2026q2
π₯4β€3π1π1
In the modern world of services, the teams developing and working with them need to understand the concept of rate limiting. Being able to design these systems is crucial to avoid service denial and provide higher uptime. It is an important part not only for externally available services, but also for internal ones.
https://bytebytego.com/courses/system-design-interview/design-a-rate-limiter
https://bytebytego.com/courses/system-design-interview/design-a-rate-limiter
ByteByteGo
System Design Β· Coding Β· Behavioral Β· Machine Learning Interviews
Ace Every Stage of Your Next Technical Interview
π5
Have you switched over to IPv6 yet? Itβs time to start getting ready for IPv8.
https://www.ietf.org/archive/id/draft-thain-ipv8-00.html
https://www.ietf.org/archive/id/draft-thain-ipv8-00.html
www.ietf.org
Internet Protocol Version 8 (IPv8)
Internet Protocol Version 8 (IPv8) is a managed network protocol
suite that transforms how networks of every scale -- from home
networks to the global internet -- are operated, secured, and
monitored. Every manageable element in an IPv8 network is
authorisedβ¦
suite that transforms how networks of every scale -- from home
networks to the global internet -- are operated, secured, and
monitored. Every manageable element in an IPv8 network is
authorisedβ¦
π€£15π5π©1
K8s 1.36 will be released soon, and itβs a good time to check which new alpha features will be available in the new release.
https://palark.com/blog/kubernetes-1-36-release-features/
https://palark.com/blog/kubernetes-1-36-release-features/
Palark
Kubernetes 1.36: Deep dive into new alpha features | Tech blog | Palark
The Kubernetes v1.36 release (April 2026) introduces 20 new alpha features. Learn about these changes and motivation behind them.
π2