David Hadas

Results 18 issues of David Hadas

"Fixes [#5170](https://github.com/knative/docs/issues/5170) ## Proposed Changes - Add documentation about Queue Proxy Extensions feature merge into Queue Proxy

size/L

**Document how to add and configure a runtime extension to QP** Documentation should include: - What is a QP Extension - How does one add a QP Extension to the...

Use this issue type to request a new repo in `knative-sandbox` (or `knative`, which may require additional discussion). ## Repo information Org: knative-sandbox Repo: security-guard Purpose (Description): A knative-sandbox/security-guard repository...

## Describe the feature We need to allow configuration (including enablement) of features implemented as QP Extendability (QP Options). See feature proposal in https://docs.google.com/document/d/1H_I7fGhGqdgX3ZEtjxKu1TsHK7uQ2V5ciVJ4mBe0K44/

kind/feature

It is unclear from the documentation if renew is done by simple `cerbot renew` as documented by cerbot or required some use of the hook...

enhancement
help wanted
docs

After a new Ubuntu server install: While ALLOW_REGISTRATION = False When trying to add a member to a project... add_member fails indicating debug message: Request Method: | POST -- |...

A working install process for Ubuntu 18.04. The setfacl does not work as expected on EC2 Instead I used plain group permissions and group names There has been some omissions...

## What is changing? (Please include as many details as possible.) The first release of the Security Guard. ## How will this impact our users? Adds new functionality to help...

right now: knative.dev/serving redirects to pkg.go.dev/knative.dev/serving knative.dev/pkg redirects to pkg.go.dev/knative.dev/pkg But: https://knative.dev/net-kourier does not forward to https://pkg.go.dev/knative.dev/net-kourier and the same for all other go repos. Seems like the implementation for...

testing TokenReviews requires manipulating the created tokenReview object as part of the test while the submitted toeknReview object sent as part of Create is part of the code being tested....