Sign inSign up

okinta/stack-vault

By okinta

Updated over 6 years ago

An Okinta Stack that holds all of Okinta's secrets

Image
0

1.1K

okinta/stack-vault repository overview

README

An Okinta Stack that holds all of Okinta's secrets.

What is an Okinta Stack?

An Okinta stack is a deployable unit for Alga that runs within Okinta's infrastructure. Stacks describe all necessary information to deploy a service.

For more information about Alga, refer to the alga-infra repository.

What is this Stack?

Runs lucid, which is a basic key value store, as an Okinta Stack to store configuration information that can be referenced by other stacks and other parts of Okinta's infrastructure.

Dependencies

This stack is dependent on the lucid key value store.

Special Deployment Notes

Deployment of this stack isn't completely automated. Once it is deployed, the secrets need to be loaded into the Vault. These secrets and instructions on how to add them can be found in LastPass.

Development

Build
docker build -t okinta/stack-vault .
Run
docker run -p 7020:7020 okinta/stack-vault
Check FCOS Config Syntax
fcct --strict < coreos.fcc > /dev/null

Tag summary

Content type

Image

Digest

Size

32.2 MB

Last updated

over 6 years ago

docker pull okinta/stack-vault