Jordan Liggitt

Results 53 issues of Jordan Liggitt

#### What happened: Cannot build zeitgeist without pulling in MPL-licensed projects not in the CNCF allowlist. zeitgeist depends on github.com/xanzy/go-gitlab which pulls in github.com/hashicorp/go-retryablehttp which is MPL-licensed and not included...

kind/bug
sig/release

This worked on go1.13: ```sh docker run -it --entrypoint=bash golang:1.13 $ go get -d rsc.io/goversion $ go install -ldflags="-s -w -buildid=" rsc.io/goversion $ goversion `which goversion` ``` > ```sh >...

The new test target is not getting exercised in presubmits yet, and the presubmits only check v1 tests and examples, not v2 Opening this so we don't forget cc @thockin

The following files reference a metadata-only audit policy in order to prevent logging request/response contents for sensitive resources: * https://github.com/raffaelespazzoli/openshift-enablement-exam/blob/master/misc/advanced-audit/advanced-audit-policy_google.yaml A recent Kubernetes [bugfix](https://github.com/kubernetes/kubernetes/pull/102040) means that audit-logging of subresource requests...

## Feature Description The existing Kubernetes examples in the drop-down are really nice, but CEL is supported in multiple contexts in Kubernetes, which have their own distinct inputs, documentation, and...

enhancement

The following files reference a metadata-only audit policy in order to prevent logging request/response contents for sensitive resources: * https://github.com/TremoloSecurity/k8s-idm-lab/blob/master/k8s-audit-policy.yaml A recent Kubernetes [bugfix](https://github.com/kubernetes/kubernetes/pull/102040) means that audit-logging of subresource requests...

#### What happened: Cannot build release-sdk commands without pulling in MPL-licensed projects not in the CNCF allowlist. `go mod why github.com/hashicorp/go-retryablehttp` shows this path to github.com/hashicorp/go-retryablehttp which is MPL-licensed and...

Now that we have structured authorization configuration, a useful option for authorization webhooks would be to receive SARs in proto format for efficiency /kind enhancement /sig auth /assign

kind/feature
sig/auth
needs-triage