-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
Add DevSecOps in Action: Kubernetes Secrets blog post #45640
base: main
Are you sure you want to change the base?
Conversation
Welcome @efrikin! |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: 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 |
✅ Pull request preview available for checkingBuilt without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site configuration. |
content/en/blog/_posts/2024-04-15-devsecops-in-action-k8s-secrets.md
Outdated
Show resolved
Hide resolved
content/en/blog/_posts/2024-04-15-devsecops-in-action-k8s-secrets.md
Outdated
Show resolved
Hide resolved
Thanks /hold |
content/en/blog/_posts/2024-04-15-devsecops-in-action-k8s-secrets.md
Outdated
Show resolved
Hide resolved
Co-authored-by: Dipesh Rawat <rawat.dipesh@gmail.com>
…ets.md Fix kubernetes#45640 (comment) Co-authored-by: Dipesh Rawat <rawat.dipesh@gmail.com>
…ets.md Fix kubernetes#45640 (comment) Co-authored-by: Tim Bannister <tim@scalefactory.com>
hello, Thanks for your answers! |
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.
A few suggestions I have.
content/en/blog/_posts/2024-04-15-devsecops-in-action-k8s-secrets.md
Outdated
Show resolved
Hide resolved
content/en/blog/_posts/2024-04-15-devsecops-in-action-k8s-secrets.md
Outdated
Show resolved
Hide resolved
content/en/blog/_posts/2024-04-15-devsecops-in-action-k8s-secrets.md
Outdated
Show resolved
Hide resolved
content/en/blog/_posts/2024-04-15-devsecops-in-action-k8s-secrets.md
Outdated
Show resolved
Hide resolved
content/en/blog/_posts/2024-04-15-devsecops-in-action-k8s-secrets.md
Outdated
Show resolved
Hide resolved
content/en/blog/_posts/2024-04-15-devsecops-in-action-k8s-secrets.md
Outdated
Show resolved
Hide resolved
content/en/blog/_posts/2024-04-15-devsecops-in-action-k8s-secrets.md
Outdated
Show resolved
Hide resolved
content/en/blog/_posts/2024-04-15-devsecops-in-action-k8s-secrets.md
Outdated
Show resolved
Hide resolved
content/en/blog/_posts/2024-04-15-devsecops-in-action-k8s-secrets.md
Outdated
Show resolved
Hide resolved
content/en/blog/_posts/2024-04-15-devsecops-in-action-k8s-secrets.md
Outdated
Show resolved
Hide resolved
content/en/blog/_posts/2024-04-15-devsecops-in-action-k8s-secrets.md
Outdated
Show resolved
Hide resolved
content/en/blog/_posts/2024-04-15-devsecops-in-action-k8s-secrets.md
Outdated
Show resolved
Hide resolved
content/en/blog/_posts/2024-04-15-devsecops-in-action-k8s-secrets.md
Outdated
Show resolved
Hide resolved
hello @sftim What about publication? |
/cc @sftim |
Hi @efrikin The blog team is short on capacity recently. We can hope to have this reviewed within 6 weeks, maybe sooner. |
content/en/blog/_posts/2024-05-09-devsecops-in-action-k8s-secrets/index.md
Outdated
Show resolved
Hide resolved
hello, What about publish? |
Better to ask @kubernetes/sig-docs-blog-owners rather than an individual @efrikin. How about 2024-09-17 as a publication date; let's see if we can hit that. |
/label tide/merge-method-squash |
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.
Thanks.
The first key thing here is the link to the Red Hat article; I think you'd need to either declare an interest or drop the link.
The second is that we can't link to your personal Git repo and encourage people to run the code they find there. We'd need a different option.
security issues known as | ||
[Security through obscurity](https://en.m.wikipedia.org/wiki/Security_through_obscurity). | ||
To avoid it, it's necessary to integrate | ||
[DevSecOps methodology](https://www.redhat.com/en/topics/devops/what-is-devsecops) |
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.
Hi. I think you need to declare an interest here? (have I got that right?)
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.
Right. I removed hyperlink
content/en/blog/_posts/2024-09-17-devsecops-in-action-k8s-secrets/index.md
Outdated
Show resolved
Hide resolved
content/en/blog/_posts/2024-09-17-devsecops-in-action-k8s-secrets/index.md
Outdated
Show resolved
Hide resolved
content/en/blog/_posts/2024-09-17-devsecops-in-action-k8s-secrets/index.md
Outdated
Show resolved
Hide resolved
content/en/blog/_posts/2024-09-17-devsecops-in-action-k8s-secrets/index.md
Outdated
Show resolved
Hide resolved
content/en/blog/_posts/2024-09-17-devsecops-in-action-k8s-secrets/index.md
Outdated
Show resolved
Hide resolved
content/en/blog/_posts/2024-09-17-devsecops-in-action-k8s-secrets/index.md
Outdated
Show resolved
Hide resolved
content/en/blog/_posts/2024-09-17-devsecops-in-action-k8s-secrets/index.md
Outdated
Show resolved
Hide resolved
content/en/blog/_posts/2024-09-17-devsecops-in-action-k8s-secrets/index.md
Outdated
Show resolved
Hide resolved
content/en/blog/_posts/2024-09-17-devsecops-in-action-k8s-secrets/index.md
Show resolved
Hide resolved
Co-authored-by: Tim Bannister <tim@scalefactory.com>
Hello, Thank for your remarks! |
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.
Hi @efrikin , is this ready for review?
hello, @divya-mohan0209 Yes, of course :) |
hello
This is a blog post about security Kubernetes Secret.
The purpose to of this post is to inspire the reader to a small step towards integrating DevSecOps methodology in the development lifecycle.