Victoria Treasure is an utility for handling secrets in S3.
Internal Flywire users: please use magellan
developer experience tool. As of 2023 Victoriatreasure is an internal implementation detail and should not be used for day to day operations.
- Downloads and decrypt the specified file into memory if it exists, if not, it creates a new file in memory
- Edits the file adding the specified key and value
- Encrypts and upload the changes to S3, replacing the old file
- Docker
docker build -t victoria_treasure --target=test .
$ docker run --rm -ti --entrypoint="" victoria_treasure rake
In general, Victoria secrets follows semver
- Super Mega Awesome Flywire SRE Team