Skip to content

Dummy server chart to deploy the dummy_server with helm using istio gateway.

Notifications You must be signed in to change notification settings

busykoala/dummy-server-chart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dummy Server Chart

This is a helm chart to deploy dummy_server using an istio gateway.

Secure secrets with git-crypt

Initial setup

# install git-crypt
<fav-pkg-manager-command> git-crypt

# init git-crypt in repo
# ! do not repeat after first init !
git-crypt init

Usage

# add a user by key
gpg --import user_pubkey.gpg
gpg ––edit–key KJLDFUFOEJFLFE
> trust
> save
git-crypt add-gpg-user KJLDFUFOEJFLFE

# validate a files is locked
git-crypt [lock | unlock]

Use the .gitattributes file to manage encrypted files.

About

Dummy server chart to deploy the dummy_server with helm using istio gateway.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages