bjencks

Results 7 issues of bjencks

I normally run my pis without a console attached, and only attach a serial console for debugging and setup. Unfortunately, that's the only way to modify firmware variables now, which...

uefi-future

``` [fedora@localhost ~]$ uname -a Linux localhost.localdomain 5.7.17-200.fc32.aarch64 #1 SMP Fri Aug 21 15:10:15 UTC 2020 aarch64 aarch64 aarch64 GNU/Linux [fedora@localhost ~]$ docker pull osixia/keepalived:2.0.20-arm64v8 2.0.20-arm64v8: Pulling from osixia/keepalived Digest:...

With a fresh $HOME/go directory: ``` $ go get github.com/kubecfg/kubecfg go get: github.com/kubecfg/[email protected] updating to github.com/kubecfg/[email protected]: parsing go.mod: module declares its path as: github.com/bitnami/kubecfg but was required as: github.com/kubecfg/kubecfg ```

apko supports @labels on repositories and generates a proper lockfile, but then rules_apko fails with an error like `Error in download: java.io.IOException: Bad URL: @testing https://dl-cdn.alpinelinux.org/alpine/edge/testing/aarch64/APKINDEX.tar.gz` ``` contents: repositories: -...

## Description Add X-Envoy-External-Address as supported value for real_client_ip_header. ## Motivation and Context Implements #2704. ## How Has This Been Tested? Unit tests ## Checklist: - [x] My change requires...

docs
go
tests

### Motivation Once a user logs in, as long as the refresh token remains valid, the only interactions are user proxy and proxy IDP; there's no point at which the...

enhancement

### Motivation When using Envoy as the reverse proxy, it has very complex handling of the X-Forwarded-For header, but it ultimately resolves the trusted external IP and puts it in...

enhancement