8000 GitHub - d-goro/vault-action-exampleapp
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

d-goro/vault-action-exampleapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Exampleapp in Ruby

These assets are provided to perform the tasks described in the Vault GitHub Action tutorial.

Docker Image

Create a Docker image for the application and label it vault-action-exampleapp.

$ docker build . --file Dockerfile -t vault-action-exampleapp

View the contents of the app_secret file in the Docker image.

$ docker run vault-action-exampleapp /bin/bash -c "cat ./app_secret"

Create a Docker image for the application and label it vault-action-exampleapp and override the secret.

$ docker build . --file Dockerfile --build-arg app_secret="SECRET_OVERRIDE" -t vault-action-exampleapp

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0