Joris Coenen

Results 5 issues of Joris Coenen

This is an MVP of intgerating a tfstate backend into the `secrethub run` command. It can be used by configuring the following backend in in terraform: ```hcl terraform { backend...

This should prevent the message filter slice slowly growing for every message that is sent on the bus. Resolves #86

Hey! I have been digging into a memory leak with our product that uses Grav. During my search, I noticed ever-increasing memory consumption by `github.com/suborbital/grav/grav.(*messageFilter).FilterUUID`. Some further digging, has led...

Without this change the following warning is shown if `connect.credentials_base64` is used: ``` WARNING Using 1Password Connect in Kubernetes requires that a 1password-credentials.json file be stored as a Kubernetes Secret....

Currently, SecretHub directories can only be created from the CLI or the Golang SDK. By adding support for the `secrethub_dir` resource to the provider, users can create SecretHub directories from...

enhancement