Jev Björsell

Results 55 issues of Jev Björsell

Export prometheus metrics will be useful for organizations that want to monitor the backup process, and put alerts in place if the backup agent is down. Some suggested metrics; -...

It is bad practice to record passwords to a git repository. Add an option to `mask_passwords` which will cause rosdump to filter out any passwords before committing to git. The...

enhancement

To make a backup of a mikrotik device quick and easy, allow users to run the tool without a config file. Running the command: `rosdump -t 192.168.88.1 -u admin -p...

enhancement

We want integration tests for common signing scenarios. Start by targeting the file-based vault, and add the others in due course. Integration tests should be written in go.

groom

A test that generates a new key. Goal is to make sure that signatory continues to be able to import keys into yubihsms. Hardware requirement, a yubihsm (no emulators please)....

testing

Coverage report is produced with the commands: ``` go test -coverprofile=coverage.out ./... go tool cover -html=coverage.out -o coverage.html ```

testing

## **Problem Statment** If a signatory config has multiple backends setup, that contains the secret for an address, it is not possible to specify which backend or backends should be...

icebox

Goal: to operate signatory with each backend so that we have continious first hand experience of operating signatory as a baker with every backend. This allows us to find any...

groom
devops

- Todo. Generate a tz2 and tz3 secret using `tezos-client` - Take the generated secret and encode it as a PEM file suitable for import into Azure. - Complete the...