Commit Graph

52 Commits (133af46f89f8c9bf56f0fa6df049659aeeea0d71)

Author SHA1 Message Date
Ghe Rivero 5cc692a6fd Fix examples display 2017-02-08 10:40:55 -08:00
Eric Chiang 592d61c55c docs/admin/authorization: discourage the use rbac-super-user flag
Even though this flag works in 1.5, its use should be discouraged.
It will be removed in 1.6.
2017-02-03 09:27:15 -08:00
blakebarnett b2b09e67bf typo: loser -> looser 2017-01-27 14:26:40 -08:00
Jess Frazelle 2e60a567dd
turn on travis for preformat balance
Signed-off-by: Jess Frazelle <acidburn@google.com>
2017-01-27 12:44:48 -08:00
Andrew Chen c1a5a27772 Merge branch 'master' into all-user-doc 2017-01-26 10:53:48 -08:00
Jordan Liggitt d166363fe3 Update ABAC examples to use authenticated/unauthenticated groups 2017-01-25 16:36:53 -08:00
xilabao a2d0e7c165 update role example 2017-01-17 16:35:01 -08:00
Andrew Chen 01ec3ecf82 Fixed broken link
[core API group] should link to (/docs/api/)
2017-01-10 13:58:04 -08:00
Andreas Kohn 78edbf0f16 Fix the link to the authentication documentation 2017-01-08 11:44:08 +01:00
Jeff Sloyer 7e4ef9a0be Merge branch 'master' into all-user-doc 2016-12-28 22:00:03 -05:00
yanan Lee fbf57b224f spelling error
Signed-off-by: yanan Lee <energylyn@zju.edu.cn>

Incorrect spelling

Signed-off-by: yanan Lee <energylyn@zju.edu.cn>

spelling error

Signed-off-by: yanan Lee <energylyn@zju.edu.cn>

Incorrect spelling

Signed-off-by: yanan Lee <energylyn@zju.edu.cn>

Revert "Incorrect spelling"

fix some typos

Signed-off-by: Jie Luo <luo612@zju.edu.cn>

fix a typo

Signed-off-by: Jie Luo <luo612@zju.edu.cn>

fix a typo

Signed-off-by: Jie Luo <luo612@zju.edu.cn>
2016-12-23 08:01:52 +08:00
Jeff Sloyer 04a783d373
added subject docs on allowing all users 2016-12-22 10:35:51 -05:00
devin-donnelly d427b0e2e4 Merge pull request #1888 from CaoShuFeng/roleRef
[authorization] update doc about roleRef
2016-12-21 15:20:44 -08:00
Ben Balter bfa604351f add explicit titles to docs 2016-12-15 15:16:54 -05:00
CaoShuFeng 2a122c7a00 Update authorization.md
fix role name
2016-12-08 17:28:56 -06:00
Cao Shufeng 0142f40d59 [authorization] update doc about roleRef
This update is made according to this commit in code:
8c788233e7

It has already be released  with k8s v1.5, so it's reasonable to
update the doc now.
2016-12-08 07:41:32 -05:00
devin-donnelly 8b0b0c82fd Merge pull request #1684 from liggitt/kubelet-authnz
Update kubelet authentication/authorization docs
2016-12-04 11:58:09 -08:00
Matthew Fisher fdf250f86e move "Privilege Escalation Prevention and Bootstrapping closer
This way users don't have to read to the bottom to realize they need to add
--authorization-rbac-super-user=admin to their cluster when bootstrapping for the first time.

🐑
2016-11-17 13:05:45 -08:00
Jordan Liggitt b65b204415
update required non-resource paths 2016-11-14 21:10:10 -05:00
Jordan Liggitt 2402c966bc
update assignees 2016-11-14 21:09:57 -05:00
Mike Spreitzer 30a8b4724f Clarified the apiGroup identified by empty string
Noted this where the relevance of api group is introduced, and
corrected the reference to what the empty string means ("core" api
group, which is the terminology used in the page that introduces api
group, rather than the old text "default").
2016-10-06 21:31:46 -07:00
Jimmy Cuadra 19e65e224a Document subresources in RBAC. 2016-09-27 21:30:08 -07:00
devin-donnelly ff54de9ae0 Merge pull request #1125 from erictune/rbacgroupref
How to refer to rervice account groups in RBAC
2016-09-26 13:25:14 -07:00
Eric Tune 3750c217ec How to refer to rervice account groups in RBAC 2016-09-26 10:21:27 -07:00
Devin Donnelly f4457ae677 Merge remote-tracking branch 'origin' into release-1.4 2016-09-23 16:57:30 -07:00
Kazuki Suda ef8229f2c6 Fix broken link in the authorization page 2016-09-16 16:23:14 +09:00
deads2k 251a6a55f8 describe subjectaccessreview 2016-09-15 13:01:08 -04:00
devin-donnelly a380440506 Revert "describe subjectaccessreview" 2016-09-14 14:09:32 -07:00
deads2k 426b81a497 describe subjectaccessreview 2016-09-14 16:03:05 -04:00
fbsolo 6305359afc This sets a URL in authorization.md to point to a specific anchor in cluster-management.md 2016-08-27 01:06:19 -07:00
fbsolo 037957614d This sets a URL in authorization.md to point to a specific anchor in cluster-management.md 2016-08-27 00:49:30 -07:00
fbsolo e172def939 This sets a URL in authorization.md to point to a specific anchor in cluster-management.md 2016-08-27 00:41:59 -07:00
fbsolo 2b42de43af Fixes the second issue in the Dead Link Report: broken URL in docs/admin/authorization 2016-08-25 13:07:17 -07:00
fbsolo a83d3b5f18 Fixes the second issue in the Dead Link Report: broken URL in docs/admin/authorization 2016-08-25 12:52:10 -07:00
Phillip Wittrock 9c57adf70f Merge pull request #946 from InQuicker/authz-verbs
Authz: Explain how to determine request verbs.
2016-08-10 11:08:59 -07:00
Jimmy Cuadra c8135c39a7 Add missing verbs: patch, proxy, and redirect. 2016-08-05 00:39:48 -07:00
Jimmy Cuadra ad328a9f2c Move request attrs section out of ABAC section, add "extra" and subresource fields. 2016-08-03 13:51:53 -07:00
foxish 66f28bb820 Adding OWNERS for docs. 2016-08-02 18:13:52 -07:00
Jimmy Cuadra ce198ad723 Authz: Explain how to determine request verbs. 2016-08-02 16:37:38 -07:00
Jimmy Cuadra f1d7b1c9c5 Use correct API group name for RBAC. 2016-07-14 19:37:39 -07:00
Eric Tune ddf532e786 Merge pull request #809 from erictune/authadm-b
Mention runtime-config flag for RBAC.
2016-07-12 09:38:29 -07:00
Eric Tune bda17741b3 Mention runtime-config flag for RBAC. 2016-07-10 08:10:48 -07:00
Eric Tune a9f8a8eb56 authentication, authorization, admission overview
Added diagram too.
2016-07-10 07:11:17 -07:00
johndmulhausen cef1accd9d Merge branch 'master' into release-1.3
# Conflicts:
#	docs/admin/resourcequota/index.md
#	docs/admin/resourcequota/object-counts.yaml
#	docs/admin/resourcequota/walkthrough.md
#	docs/user-guide/downward-api/index.md
2016-07-07 02:00:32 -07:00
johndmulhausen b6531ec3e6 Manually flying in Tech-Reviewed changes
From PR #309, which I am shutting down due to non-CLA
2016-06-28 15:07:34 -07:00
John Mulhausen bc1cf11065 Revert "Update authorization.md"
This reverts commit b012f04501.
2016-06-28 15:05:21 -07:00
johndmulhausen b012f04501 Update authorization.md 2016-06-28 15:00:34 -07:00
Eric Chiang c2e4bd9147 docs/admin: document RBAC authorizer 2016-06-23 14:52:09 -07:00
mikebrow 9a7bb2843a fixes issue #7159; refactor list formatting
Signed-off-by: mikebrow <brownwm@us.ibm.com>
2016-04-04 12:15:19 -05:00
Eric Chiang e67856d224 docs/admin: add context to authz webhook example kubeconfig 2016-03-14 13:57:08 -07:00