Ryan Richard
Ryan Richard
Hi all, thanks for creating this issue for us. I’ve created a simple pipeline which reproduces the issue. Here it is: ``` jobs: - name: build-and-run plan: - task: dockerfile...
Hi @xtremerui, thanks for looking at this. Our workers were GCP `c2-standard-8` VMs created with a `debian-10-buster-v20210316` boot disk (this is a boot disk offered by Google). We also add...
Hi, This works in our fork, which we are still using. However, our fork is based on an old version of the project. I suspect that perhaps a later version...
We're using vSphere 6.5, because we heard that is the minimum required version for `boot_command` to work.
Will replace this soon with a new PR which uses the code and conversations from this PR as its starting point.
Replaced by https://github.com/vmware-tanzu/pinniped/pull/1273 (which is currently a work in progress PR).
Hi @mayankbh! Thanks for commenting on this issue. It sounds like you are requesting a way to configure Pinniped to prevent authN for “users/groups containing arbitrary/user defined prefixes”? If so,...
Started a design document here: https://hackmd.io/bPcs_c2ZR8WnpcuQ73FC-w?view
Wow, these notes are awesome! Thanks @mcwumbly @christianang @tylerschultz !
Interesting. From those logs it appears that kubectl is not able to call the discovery APIs, but when you use `--raw` it skips calling the discovery APIs and it is...