Skip to content

ArunNathan/google-secretmanager-demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google Secret Manager demo app

A Demo app for accessing secrets using Google Secret Manager, based on the Medium article, Managing application secrets like a Pro using Google Secret Manager

How to use?

Running the app

Start the server by running the following command,

mvn spring-boot:run

Deploying

Deploy to appengine using the following command,

mvn clean package appengine:deploy \
-Dapp.deploy.projectId=GCP_PROJECT \
-Dapp.deploy.version=VERSION

replace GCP_PROJECT & VERSION with your desired gcloud project & version

About

Google Secret Manager Demo app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 80.8%
  • Makefile 19.2%