Adds a new certification authority service (CAS) module (#2481)

This commit is contained in:
Luca Prete
2024-08-08 09:55:48 +02:00
committed by GitHub
parent 9880c0b64d
commit 092053b517
20 changed files with 664 additions and 12 deletions

View File

@@ -109,6 +109,7 @@ These modules are used in the examples included in this repository. If you are u
## Security
- [Binauthz](./binauthz/)
- [Certificate Authority Service (CAS)](./certificate-authority-service)
- [KMS](./kms)
- [SecretManager](./secret-manager)
- [VPC Service Control](./vpc-sc)