forked from kubernetes/community
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Adds the design proposal for self-hosting authz webhook. #1
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn>
remove the updated date Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn>
Automatic merge from submit-queue. update schedule
Automatic merge from submit-queue. Add basic gitignore Add a basic gitignore so that things like .DS_Store files don't get committed to the repo
filmil
force-pushed
the
self_hosting_authz_proposal
branch
4 times, most recently
from
December 1, 2017 01:37
d1cc404
to
2c99c40
Compare
…ions Automatic merge from submit-queue. corrected schedule and file names
corrected link path
Automatic merge from submit-queue. update contrib summit info
…file Automatic merge from submit-queue. adding code-of-conduct.md closes kubernetes#1414 We do not have this file in this repo. /assign @cblecker
Automatic merge from submit-queue. Fix anchor in pod-preset.md Fixes kubernetes#1313.
filmil
force-pushed
the
self_hosting_authz_proposal
branch
from
December 1, 2017 18:06
2c99c40
to
b57bbf3
Compare
Closing, there is now a pull request on the base repo. |
Automatic merge from submit-queue. Fix kubernetes#1263: bad reference for push-federation-images in e2e-test Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn> Fix kubernetes#1263 1. According to kubernetes/kubernetes#42140, "build/push-federation-images.sh" shoud be "federation/develop/push-federation-images.sh" 2. " cluster/log-dump.sh" should be "federation/cluster/log-dump.sh"
Automatic merge from submit-queue. Add cblecker and castrojo to community approvers This alpha sorts the OWNERS file and adds @castrojo and myself as approvers (Jorge helping community manage, and myself having been shepherding stuff in this repo). This would be for fall-through stuff, as there are more-specific owners files in all the sig-owned directories. I think with the document sorting being mostly done, the bots and CI working well, and the OWNERS_ALIASES file set up with all the sig leads, we might be able to turn on the new prow approval plugin in kubernetes/community.
filmil
force-pushed
the
self_hosting_authz_proposal
branch
2 times, most recently
from
December 1, 2017 23:06
4695751
to
2b96799
Compare
Automatic merge from submit-queue. First pass at revising the contributing guidelines Note: There is a larger effort to write a full contributor guide, so this is mostly a revision. Biggest change is an addition of a section for how we should deal with trivial edits, which mostly is a crib from StackOverflow's policies on dealing with trivial edits. Fixes kubernetes#1226
Automatic merge from submit-queue. The ../user-guide links do not seem to work anymore.
Automatic merge from submit-queue. Create groupmentoring.md
notes from sig-lead session
Adding cloud provder session - welcome copy editing help
Automatic merge from submit-queue. Create role-of-sig-lead.md notes from sig-lead session; needs copy-editing formatting. will fix later and appreciate help!
Automatic merge from submit-queue. Create extending-kubernetes.md From the contributor summit
Automatic merge from submit-queue. Create cloud-provider.md
Automatic merge from submit-queue. Add contributor summit notes This is an initial commit of the contributor summit notes.
Appreciate help with copy-editing from this session
…rib-summit Automatic merge from submit-queue. Notes from the client libraries discussion @brendandburns notes from the session you lead at the contributor summit
contrib summit notes
Automatic merge from submit-queue. Create scaling-new-contributors.md
Automatic merge from submit-queue. create dashboard-ux-breakout.md
Automatic merge from submit-queue. contributing guide: add initial section on testing This commit replaces the "Improvements needed" marker for the testing topic with an initial section of overview information and jumping off links to sig-testing, test documentation, and test code. Part of: kubernetes#1413 Signed-off-by: Tim Pepper <tpepper@vmware.com>
Create breaking-up-the-monolith.md
Automatic merge from submit-queue. Add breaking up the monolith session to the notes
Automatic merge from submit-queue. Add some more OWNERS files Adds an OWNERS file to the mentoring directory, and updates the OWNERS for the community directory (mostly for event information and such)
Automatic merge from submit-queue. Fix formatting of this article Fixes kubernetes#1481
filmil
force-pushed
the
self_hosting_authz_proposal
branch
from
December 11, 2017 21:37
def1887
to
cc4d736
Compare
This proposal implements feature request: kubernetes/enhancements#516 Code review comments handled: - Fixed the resource naming. - Removed ObjectMeta from the configuration file description. - Added a Security section explaining some of the security recommendations.
filmil
force-pushed
the
self_hosting_authz_proposal
branch
from
December 11, 2017 21:38
cc4d736
to
56c6cbc
Compare
This has long not been of interest. Closing. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This proposal implements feature request: kubernetes/enhancements#516