mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-07-25 08:06:45 +00:00
20 lines
1.4 KiB
Markdown
20 lines
1.4 KiB
Markdown
# Aws Security
|
|
|
|
!!! info "Architectural Context"
|
|
Detailed reference for Aws Security in the context of Cloud Providers (Hyperscalers).
|
|
|
|
## Platform Engineering
|
|
|
|
### CI-CD Security
|
|
|
|
#### Azure DevOps
|
|
|
|
- **(2023)** [Securing Azure DevOps When Using Private Repositories](https://www.linkedin.com/top-content/?trk=article_not_found) 🌟🌟🌟 <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span> — Analyses secure integration patterns for private Azure DevOps environments. Offers standard reference controls for isolating source code hosting, managing external worker access, and mitigating common misconfiguration patterns across self-hosted agent pools.
|
|
#### Cloud Identity
|
|
|
|
- **(2023)** [==Avoiding Mistakes with AWS OIDC Integration Conditions==](https://www.wiz.io/blog/avoiding-mistakes-with-aws-oidc-integration-conditions) <span class='md-tag md-tag--critical'>[ADVANCED LEVEL]</span> 🌟🌟🌟🌟🌟 <span class='md-tag md-tag--success'>[DE FACTO STANDARD]</span> — An in-depth security analysis detailing how to configure AWS OpenID Connect (OIDC) trust relationships correctly in GitHub Actions and other CI providers. Highlights major vulnerabilities arising from missing subject (sub) or audience (aud) validation and shows how to restrict access patterns safely.
|
|
|
|
***
|
|
💡 **Explore Related:** [Aws Storage](./aws-storage.md) | [Aws Tools Scripts](./aws-tools-scripts.md) | [Aws Databases](./aws-databases.md)
|
|
|