Christian Artin
Christian Artin
Host OS: Linux (Ubuntu 16.04) Tag/Version: autoupdate Steps: 1. Create a new container using the following command: ` docker run -d --name=plex --restart=unless-stopped -v /plex:/config -v /media:/media -p 1900:1900/udp -p...
The Wiki's group sync section seems to mention that nested membership is not supported: `The plugin doesn't work with indirect group membership, such as when a group is a member...
Using latest gateone docker, the text appearing in the console does not use the full width. Here are my specs: Docker version 1.10.3, build 20f81dd Distributor ID: Ubuntu Description: Ubuntu...
I tried running a gravity sync pull from Alpine and here is what I get: ``` ✓ Performing backup of local Gravity Database ∞ Performing backup of remote Gravity Databasetimeout:...
Currently, if I run the container with weboot='' and serverroot=/server, I get a blank page when going to http:///. Checking my browser's dev tools' network section, it seems like it's...
**Describe the bug** ExternalSecrets fails to upload a valid PEM-formatted PKCS8 certificate that has an EC private key. **To Reproduce** K8s version: v1.28.3 ESO version: v0.9.13 1. Have a secret...
### Description of your changes Fixes #230 I have: - [x] Read and followed Crossplane's [contribution process]. - [x] Run `make reviewable test` to ensure this PR is ready for...
### What happened? Go projects that reference this project are (almost) forced to use `gopkg.in/alecthomas/kingpin.v2` instead of `github.com/alecthomas/kingpin/v2`. ### How can we reproduce it? Take any project that references this...
### Description of your changes This PR updates the kubelogin reference to use the library mode that is now exposed. It removes a `replace` directive in the `go.mod` file. I...
### Description of your changes Fixes #62 I have: - [x] Read and followed Crossplane's [contribution process]. - [x] Run `make reviewable test` to ensure this PR is ready for...