Dagger module for daggerverse providing Vault functionality.
The Dagger module is located in the vault-kv directory.
Basic usage guide.
The vault-kv directory contains a daggerverse Dagger module.
Check the official Dagger Module documentation: https://docs.dagger.io/
The Dagger CLI is needed.
List all functions of the module. This command is provided by the Dagger CLI.
dagger functions -m ./vault-kv/
The vault-kv module is referenced locally.
Basic development guide.
# enter into the module's directory
cd vault-kv/
# initialize the module
dagger develop --sdk go
This module contains a testing module that aims to test Dagger vault-kv module.
# enter into the test module's directory
cd tests/
# initialize the module
dagger develop --sdk go
# execute the tests
dagger call test
- Add cache mounts
- Add environment variables
- Add more examples