Skip to content

Credential Manager for Google Cloud utilising the power of Secret Manager

License

Notifications You must be signed in to change notification settings

limebrew-org/Credsly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Credsly

Credential Manager utilising the power of Google Secret Manager

Setup:

To setup the project locally, Docker with Docker Compose is the preferred way.

  • Run Locally:

      docker compose -f docker-compose.local.yml up -d
    
      # To stop:
      docker compose -f docker-compose.local.yml down
    
  • Run in Production version:

      docker compose -f docker-compose.yml up -d
    
      # To stop:
      docker compose -f docker-compose.yml down
    

About

Credential Manager for Google Cloud utilising the power of Secret Manager

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published