-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Tanzu Application Catalog as Notation adopter and blog entry (#371)
VMware Tanzu Application Catalog uses Notation for signing all the containers, Helm charts and metadata bundles for customers. --------- Signed-off-by: Beltran Rueda Borrego <[email protected]> Signed-off-by: Aryan Kaushik <[email protected]> Signed-off-by: Beltran Rueda <[email protected]> Co-authored-by: Aryan Kaushik <[email protected]> Co-authored-by: Samir Kakkar <[email protected]> Co-authored-by: Feynman Zhou <[email protected]>
- Loading branch information
1 parent
1f1c52b
commit 4787822
Showing
2 changed files
with
25 additions
and
0 deletions.
There are no files selected for viewing
24 changes: 24 additions & 0 deletions
24
content/en/blog/2023/vmware-tanzu-application-catalog-using-notation.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
title: VMware Tanzu Application Catalog now uses Notation for signing and verifying OCI artifacts | ||
author: Beltran Rueda | ||
date: 2023-12-19 | ||
draft: false | ||
--- | ||
|
||
[VMware Tanzu Application Catalog](https://tanzu.vmware.com/application-catalog), the enterprise edition of [Bitnami Application Catalog](https://bitnami.com/), now leverages [Notation](https://github.com/notaryproject/notation) as a tool for signing and verifying open container initiative (OCI) artifacts (e.g. container images, Helm charts, and metadata bundles). | ||
|
||
Tanzu Application Catalog enables enterprises to build their own private catalog of custom-packaged open source application components that are continuously maintained and verifiably tested for use in production environments. Built by leveraging Bitnami’s expertise in packaging hundreds of open source software applications and delivering them to millions of developers, Tanzu Application Catalog aims to address the open source software needs of enterprises by providing them with customized ready-to-deploy open source applications along with extensive metadata for efficient risk assessment. | ||
|
||
With this integration, Notation plays a key role in Tanzu Application Catalog’s mission of making open source software enterprise ready. | ||
|
||
## What Tanzu Application Catalog achieves by using Notation | ||
|
||
* **Ensure content integrity**: By signing their OCI artifacts using Notation, Tanzu Application Catalog team can help ensure the integrity of the OCI artifacts they deliver to their customers. Tanzu team uses Notation to sign their OCI artifacts, creating a unique fingerprint for each version of the artifact. Any tampering with the OCI artifact will result in a failed verification, alerting users to potential security threats. | ||
* **Verify authenticity**: Knowing the source of OCI artifacts is crucial for security and compliance of enterprises. Notation, a client from the Notary Project, helps generate cryptographic signatures to verify artifact authenticity by validating signer's cryptographic identity. Validation helps ensures that the signed applications are built by trusted sources, i.e. Tanzu Application Catalog in this case, reducing the risk of deploying unapproved software. | ||
* **Interoperability across tools and platforms**: Notary Project along with its client tool Notation has standardized signature format. This standardization enables interoperability across different tools, registries, container orchestrators, and platforms that support the OCI image format. | ||
|
||
Thus, Notation, with its standards-based tooling for signing and verifying artifacts, helps Tanzu Application Catalog achieve improved security while delivering compliant open source software artifacts for mission critical production use cases. | ||
|
||
To read more about how Tanzu Application Catalog leverages Notation, check out [this blog](https://tanzu.vmware.com/content/vmware-application-catalog-resources/tanzu-application-catalog-leverages-notation). | ||
|
||
If you are interested in learning more about Tanzu Application Catalog, check out their [product webpage](https://tanzu.vmware.com/application-catalog) and [additional resources](https://tanzu.vmware.com/content/vmware-application-catalog-resources/jun-23-boost-developer-productivity-and-operator-confidence-with-secure-open-source-components). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters