Chris Jones
Chris Jones
**Describe the bug**: It's not clear how to configure the AWS secrets engine with rotation. The only doc I've found is the [example](https://github.com/banzaicloud/bank-vaults/blob/master/vault-config.yml#L279) config file. In this example, `rotate` is...
We created a Secret `backup-db-simple-crypt-key`, and then a corresponding SealedSecret. The SealedSecret was correctly annotated with: ```yaml status: conditions: - lastTransitionTime: "2021-06-11T21:39:06Z" lastUpdateTime: "2021-06-11T21:39:06Z" message: 'failed update: Resource "backup-db-simple-crypt-key" already...
**What happened**: Grype claims that `libzmq-4.3.3-r0`, inside an alpine container, is vulnerable to `CVE-2021-20236`. (Original libzmq [issue](https://github.com/zeromq/libzmq/security/advisories/GHSA-qq65-x72m-9wr8) for reference.) The vuln is fixed in `4.3.3`, and Alpine's versioning scheme means...
**Addon used** - [X] Amazon VOD (plugin.video.amazon-test) - [ ] Browser Launcher (plugin.program.browser.launcher) - Addon version: 0.8.9 **Account type** - [ ] primevideo.com - [X] amazon.(com/co.uk/de/jp) **System Setup (please provide...
Repo `org/A` has this: ```yaml uses: benc-uk/workflow-dispatch@v1 with: workflow: CI token: ${{ secrets.WORKFLOW_PAT }} inputs: '{ "blah": "foo", "blurf": "bar" }' repo: org/B ``` When the workflow runs, I get...
This PR adds a Docker container. If you want to push the Docker container to `rmarchant/gandi-ddns`, you'll need to: 1. Create an account on hub.docker.com. 2. Generate an access token...
According to https://developer.github.com/v3/issues/#create-an-issue: > Only users with push access can set labels for new issues. Labels are silently dropped otherwise. Scenario: - `alertmanager-github-receiver` is running as a user without permission...
Kubeconform expects `{{ .Group }}` to be the full group name, e.g. `cert-manager.io`. But openapi2jsonschema.py replaces `{group}` with the abbreviated group name, e.g. `cert-manager`. Since the only purpose of the...
**Baikal version**: 0.9.5 **Expected behaviour**: As discussed in #1001, I have Baikal running behind an nginx reverse proxy. I expect it to respond to `X-Forwarded-Proto` and `X-Forwarded-Port` headers. Even though...
The nil `resp` can happen, for example, if this program sends an invalid auth token to GitHub. If it happens, it results in a panic which is caught by the...