-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[release-v1.11] Trust manager integration #493
[release-v1.11] Trust manager integration #493
Conversation
Skipping CI for Draft Pull Request. |
/test 411-test-encryp-9732689-aws-ocp-411 |
/test 414-test-encryp-9732689-aws-ocp-414 |
1 similar comment
/test 414-test-encryp-9732689-aws-ocp-414 |
/test 411-test-encryp-9732689-aws-ocp-411 |
This needs openshift-knative/serverless-operator#2451 |
c32163c
to
4af988a
Compare
/test 414-test-encryp-9732689-aws-ocp-414 |
1 similar comment
/test 414-test-encryp-9732689-aws-ocp-414 |
efa1aca
to
c6c1ee7
Compare
/test 414-test-encryp-9732689-aws-ocp-414 |
/test 414-test-encryp-9732689-aws-ocp-414 |
/test 411-test-encryp-9732689-aws-ocp-411 |
/test ? |
@pierDipi: The following commands are available to trigger required jobs:
Use In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/test 414-test-encryp-9732689-aws-ocp-414 |
Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com>
* Trust-manager integration Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com> * Add E2E tests Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com> * Fix linter and format Go code Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com> * Upgrade rekt Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com> * Reference Eventing CA issuer in E2E tests Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com> * Force GVK in sources when propagating trust bundle Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com> * Format Go code Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com> * SinkBinding reconciler needs to create/update/delete trust bundle configmaps Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com> * Upgrade rekt deps Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com> * Add Deployment volumes for SinkBinding tests Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com> * Fix CA certs bundle and https endpoint assertions Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com> * Pass TrustBundleConfigMapLister in PingSource runner Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com> * Fix adapter create informer logic for trust bundle ConfigMaps Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com> * Remove propagate configmaps in ContainerSource reconciler as is done in SB reconciler Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com> * Inject trust bundles as volumes in sinkbinding reconciler Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com> * Inject trust-bundle to SinkBinding subjects Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com> * Fix lister ctx injection Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com> --------- Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com>
This allows administrators to dynamically add trust-bundles that are picked by clients when connecting to new hosts. Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com>
Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com>
Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com>
Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com>
Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com>
Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com>
Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com>
fc4872a
to
da5b6ae
Compare
/test 414-test-encryp-9732689-aws-ocp-414 |
Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com>
fbd86d0
to
f2c792a
Compare
/test 414-test-encryp-9732689-aws-ocp-414 |
Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com>
/test 414-test-encryp-9732689-aws-ocp-414 |
Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com>
/test 414-test-encryp-9732689-aws-ocp-414 |
/cc @Cali0707 |
/retest-required |
@@ -21,3 +21,4 @@ metadata: | |||
app.kubernetes.io/version: devel | |||
app.kubernetes.io/name: knative-eventing | |||
config.openshift.io/inject-trusted-cabundle: "true" | |||
networking.knative.dev/trust-bundle: "true" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this just extra label
, so that Knative can use the injected bits in addition ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, so that we can move away from custom patches eventually
Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com>
/retest |
/retest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: matzew, pierDipi The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
8c8de08
into
openshift-knative:release-v1.11
No description provided.