Skip to content
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

Feat integrate spiffe #1434

Draft
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

AhmedGrati
Copy link

POC of #1186.

@k8s-ci-robot
Copy link
Contributor

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

@k8s-ci-robot k8s-ci-robot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Oct 23, 2023
@netlify
Copy link

netlify bot commented Oct 23, 2023

Deploy Preview for kubernetes-sigs-nfd ready!

Name Link
🔨 Latest commit ef2093a
🔍 Latest deploy log https://app.netlify.com/sites/kubernetes-sigs-nfd/deploys/6541464369b15500083ccaff
😎 Deploy Preview https://deploy-preview-1434--kubernetes-sigs-nfd.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: AhmedGrati
Once this PR has been reviewed and has the lgtm label, please assign arangogutierrez for approval. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Oct 23, 2023
@k8s-ci-robot k8s-ci-robot added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Oct 23, 2023
@AhmedGrati
Copy link
Author

FYI @marquiz.

@k8s-ci-robot k8s-ci-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Oct 28, 2023
@k8s-ci-robot
Copy link
Contributor

PR needs rebase.

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.

@k8s-ci-robot k8s-ci-robot added size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. and removed size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Oct 28, 2023
@AhmedGrati AhmedGrati force-pushed the feat-integrate-spiffe branch 2 times, most recently from deb947b to da71ef4 Compare October 29, 2023 16:02
@k8s-ci-robot k8s-ci-robot added size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. and removed size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. labels Oct 29, 2023
@AhmedGrati AhmedGrati force-pushed the feat-integrate-spiffe branch 2 times, most recently from 34f56b0 to a37590b Compare October 29, 2023 16:55
@k8s-ci-robot k8s-ci-robot added size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. and removed size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. labels Oct 29, 2023
@k8s-ci-robot k8s-ci-robot added size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. and removed size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. labels Oct 29, 2023
@ArangoGutierrez
Copy link
Contributor

/assign @marquiz

@ArangoGutierrez
Copy link
Contributor

@AhmedGrati could you rebase
Is this still a WIP?

@AhmedGrati
Copy link
Author

@ArangoGutierrez still waiting for review on the design document #1444

@k8s-triage-robot
Copy link

The Kubernetes project currently lacks enough contributors to adequately respond to all PRs.

This bot triages PRs according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the PR is closed

You can:

  • Mark this PR as fresh with /remove-lifecycle stale
  • Close this PR with /close
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle stale

@k8s-ci-robot k8s-ci-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Feb 19, 2024
@marquiz
Copy link
Contributor

marquiz commented Feb 19, 2024

/remove-lifecycle stale

@k8s-ci-robot k8s-ci-robot removed the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Feb 19, 2024
@ArangoGutierrez
Copy link
Contributor

@ArangoGutierrez still waiting for review on the design document #1444

@AhmedGrati Design doc approved, let's push this forward

@TessaIO
Copy link
Contributor

TessaIO commented Mar 4, 2024

@AhmedGrati Design doc approved, let's push this forward

Hey @ArangoGutierrez, This is my new account as @AhmedGrati was locked out! Sure, I will return to work on this once #1592 is merged.

@ArangoGutierrez
Copy link
Contributor

@AhmedGrati Design doc approved, let's push this forward

Hey @ArangoGutierrez, This is my new account as @AhmedGrati was locked out! Sure, I will return to work on this once #1592 is merged.

What did you do to get locked out of your account :P jajajaj . been there no worries. after pushing really hard you get someone on the line, don't loose faith

@TessaIO
Copy link
Contributor

TessaIO commented Mar 11, 2024

What did you do to get locked out of your account :P jajajaj . been there no worries. after pushing really hard you get someone on the line, don't loose faith

basically lost everything, recovery codes, mfa device, and ssh keys. GitHub support said that they can't validate my identity cryptographically, so no way...

@ArangoGutierrez
Copy link
Contributor

What did you do to get locked out of your account :P jajajaj . been there no worries. after pushing really hard you get someone on the line, don't loose faith

basically lost everything, recovery codes, mfa device, and ssh keys. GitHub support said that they can't validate my identity cryptographically, so no way...

Damm man, sad to hear that. :(

@ArangoGutierrez
Copy link
Contributor

Since this comes from a KEP, we will have feature gates flags moving forward #1623

@ArangoGutierrez
Copy link
Contributor

@TessaIO should we re-create this PR with your new GitHub account?

@TessaIO
Copy link
Contributor

TessaIO commented Apr 2, 2024

@TessaIO should we re-create this PR with your new GitHub account?

Yes @ArangoGutierrez. As soon as my current PRs are merged, I'll proceed to this one!

@ArangoGutierrez ArangoGutierrez mentioned this pull request Apr 15, 2024
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants