Skip to content

scribe-security/helm-charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

title: Helm author: mikey strauss - Scribe date: Jun 14, 2022 geometry: margin=2cm

Scribe Helm Charts

Scribe-provided charts allow you to manage and verifing the integrity of your supply chain.

Supported charts

  • Attestation: Scribe attestation helm chart, Attest the integrity of your supply chain.

  • Integrity admission: Scribe admissions helm chart, Validate the integrity of your supply chain.

Installing Charts

helm repo add scribe https://scribe-security.github.io/helm-charts
helm repo update
helm search repo scribe

Installing admission

kubectl create namespace scribe
helm install scribe/admission-controller -n scribe \
    	--set scribe.auth.client_id=$(SCRIBE_CLIENT_ID) \
		--set scribe.auth.client_secret=$(SCRIBE_CLIENT_SECRET)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors