https://github.com/marchof/cloud-workload-authentication
Textbook: "Cloud Workload Authentication - Principles and Practice"
https://github.com/marchof/cloud-workload-authentication
Last synced: 5 months ago
JSON representation
Textbook: "Cloud Workload Authentication - Principles and Practice"
- Host: GitHub
- URL: https://github.com/marchof/cloud-workload-authentication
- Owner: marchof
- License: cc-by-sa-4.0
- Created: 2025-06-30T12:59:40.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-02T19:21:42.000Z (about 1 year ago)
- Last Synced: 2025-07-02T20:31:29.554Z (about 1 year ago)
- Size: 45.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cloud Workload Authentication - Principles and Practice
**_No More Secrets: Secure Identities for your Code_**
This repository documents principles, patterns, and platform-specific methods for authenticating workloads in cloud environments — without relying on static secrets. It also covers interoperability between platforms.
## Content
0. [Introduction](content/00-introduction.md)
1. [Fundamentals](content/01-fundamentals.md)
2. [Kubernetes](content/02-kubernetes.md)
3. [AWS](content/03-aws.md)
4. [Azure](content/04-azure.md)
5. [GCP](content/05-gcp.md)
6. [GitHub](content/06-github.md)
7. [Interoperability](content/07-interoperability.md)
## License
This content is licensed under [Creative Commons Attribution-ShareAlike 4.0](LICENSE).
All product names may be trademarks of their respective owners.