Weibin Lin
34d2a2e7f2
fix typos in /admin/authorization/rbac.md ( #5427 )
2017-09-13 15:40:32 -07:00
Johannes 'fish' Ziemke
010449ee60
Fix configmaps resource name in rbac.md ( #5389 )
...
The resource is 'configmaps', not 'configmap'.
2017-09-11 08:54:35 -07:00
chenhuan12
90877ea0b9
fix typo
...
fix typo
2017-09-02 10:01:53 +08:00
Andrew Chen
cc289c8f6c
Merge pull request #5062 from stewart-yu/patch-22
...
Update index.md
2017-09-01 17:17:07 -07:00
Eric Chiang
78c2801d1b
docs/admin: encourage out-of-tree auth-N/Z integrations
...
Remove the custom modules description in the authorization and
authentication docs. While we could add more later, we probably
don't want to advertise them to end users.
Also note that the authentication webhook and authenticating proxy
can be used to integrate with unsupported auth protocols.
2017-08-25 16:23:29 -07:00
Stewart-YU
532900f819
Update index.md
...
Fix the format. The format in orginal web page is confusion.
2017-08-18 17:30:16 +08:00
lemon-tree
732aef8820
Update rbac.md ( #4973 )
...
Added the lost "." .And the "NOTE" should be in a new line.
2017-08-17 14:04:45 -07:00
lichuqiang
52fd55d372
fix typo
2017-08-12 09:44:14 -07:00
TigerXu
d525d940e5
Update webhook.md ( #4790 )
...
* Update webhook.md
update link to webhook.go source file
* Update webhook.md
2017-08-12 09:31:43 -07:00
Charlie R.C
8a31c8ad56
Update "readonly" in abac
2017-08-04 16:06:55 -07:00
Aaron Crickenberger
18e9aa59d1
Rename OWNERS assignees: to approvers:
...
They are effectively the same, assignees is deprecated
2017-08-03 16:22:52 -07:00
lichuqiang
80ea815b28
fix some spelling mistake
2017-08-02 23:00:45 -07:00
Davanum Srinivas
41ad364646
Fix Typo - "SubjectAccessReviewStatus" -> "status"
...
- "SubjectAccessReview" is the value of the "kind" field of the request and response. The webhook has to fill in the "status" field to indicate authorization passed or failed.
- For consistency highlight spec better using back ticks
2017-07-28 09:55:45 -07:00
Cao Shufeng
c806114c1d
remove dead link
...
There is no "kubectl" section in this page. And non-resource urls do not
have too much relationship with kubectl(At least I think so), so we
don't need "see kubectl"
2017-07-03 09:41:30 -07:00
Andrew Chen
b40d09fe77
Merge branch 'master' of https://github.com/kubernetes/kubernetes.github.io into release-1.7
...
* 'master' of https://github.com/kubernetes/kubernetes.github.io :
Update links to proper repos
# Conflicts:
# docs/admin/kubeadm.md
# docs/concepts/overview/kubernetes-api.md
# docs/reference/api-overview.md
# docs/setup/independent/create-cluster-kubeadm.md
# docs/tasks/administer-cluster/configure-pod-disruption-budget.md
2017-06-28 22:29:21 -07:00
Christoph Blecker
2e192598a0
Update links to proper repos
2017-06-28 22:08:36 -07:00
Jordan Liggitt
91e90da99f
Document node authorization mode
2017-06-27 02:07:30 -04:00
Charlie R.C
4ac5baaf51
Document the use of verb if set resourceNames
...
ref to https://github.com/kubernetes/kubernetes/blob/master/pkg/apis/rbac/helpers.go#L225
2017-06-22 13:29:30 -07:00
xilabao
f527759087
add the introduce of using wildcard '*' in nonResourceURL
2017-06-20 13:17:05 -07:00
Cao Shufeng
8dd901ee98
[authorization] fix invalid href for webhook
2017-06-05 11:42:13 +08:00
Jordan Liggitt
2841f6dabe
Improve RBAC doc ( #3951 )
...
* Remove spurious cluster-status role description
* Indicate controller-manager must be granted controller roles when not run with --use-service-account-credentials
2017-06-02 14:26:39 -07:00
Karthik Gaekwad
2660141c20
Fixes broken links
2017-05-30 11:40:29 -07:00
Andrew Chen
3c1b0df482
Reimplement #3770
2017-05-23 14:10:17 -07:00
Andrew Chen
fcfc676786
Reimplement #3767
2017-05-23 13:56:57 -07:00
Jordan Liggitt
8d597e8e23
Clarify when RBAC reconciliation is active
2017-05-17 11:41:58 -07:00
Stephenie Swope
6baa409961
WriteTheDocs Update to the page ( #3778 )
...
* WriteTheDocs Update to the page
Moved some detailed content from /docs/admin/accessing-the-api/ to this page.
Moved ABAC mode info (with no changes) to https://kubernetes.io/docs/admin/authorization/abac/
Moved Webhook mode info (with no changes) to https://kubernetes.io/docs/admin/authorization/webhook/
Reorganized the page and tweaked the conceptual information.
Updated to match the page template here: https://kubernetes.io/docs/home/contribute/page-templates/
* Removed TOC
Removed TOC
* Update index.md
Fixed MD to add spaces between ## and the text
2017-05-15 17:13:33 -07:00
Charlie R.C
2aeffaefba
fix typo in rbac.md
2017-05-10 09:28:06 -07:00
xilabao
fcecf1b7ed
fix impersonate in authorization
2017-04-28 15:21:31 -07:00
Eric Chiang
8b99043839
rbac: document resourceNames and note they can't be used for creates
2017-04-27 15:07:07 -07:00
xilabao
06aed032d2
fix wildcard in authorization
2017-04-24 12:16:05 -07:00
PaulJuliusMartinez
7f0294c579
Update User Guide and Admin links to point to new resources. ( #3438 )
...
* Update links to outdated user-guide and admin docs
* Add script for updating outdated links.
* Update regex to include init-containers file.
* Pull upstream, rewrite links in and to namespaces walkthrough.
2017-04-19 10:56:47 -07:00
Andrew Chen
403c2c1510
Merge branch 'master' of https://github.com/kubernetes/kubernetes.github.io into release-1.6
...
* 'master' of https://github.com/kubernetes/kubernetes.github.io :
s/Wildard/Wildcard/
rephrase the sentence
Fix the number of processes on Kubernetes master (#2985 )
Pod Security Policy doc improvements (#3010 )
docs/admin: document OpenID Connect plugin "extra-scopes" field
# Conflicts:
# docs/admin/kubelet.md
# docs/user-guide/pod-security-policy/index.md
2017-03-27 16:12:50 -07:00
Andrew Chen
aa100411c3
Merge branch 'master' of https://github.com/kubernetes/kubernetes.github.io into release-1.6
...
* 'master' of https://github.com/kubernetes/kubernetes.github.io :
fix the command output
delete invalid link
Revert "fix the command output"
fix the command output
Delete the useless spaces
Dollar signs used before commands without showing output
bare-url-used
Fix typo in authorization docs
Update networking.md
2017-03-27 09:31:30 -07:00
devin-donnelly
d847965635
Merge pull request #2940 from liggitt/rbac
...
Outline service account RBAC approaches
2017-03-22 13:08:04 -07:00
Jordan Liggitt
6334adc211
Outline service account RBAC approaches
2017-03-22 15:50:40 -04:00
Andrew Chen
4541c229ca
Merge pull request #2771 from liggitt/non-standard-verbs
...
Document non-standard verbs
2017-03-21 18:37:11 -07:00
Andrew Chen
9886f27a2e
Merge branch 'master' of https://github.com/kubernetes/kubernetes.github.io into release-1.6
...
* 'master' of https://github.com/kubernetes/kubernetes.github.io : (62 commits)
Move Guide topic: Admin Guide
Move Guide topic: Resource Monitoring. (#2895 )
Move Guide topic: Service. (#2891 )
Move Guide topic: Connecting Apps with Services. (#2885 )
Move Guide topic: Federation Service Discovery. (#2884 )
Move Guide topic: Config Provider Firewalls. (#2883 )
Move Guide topic: Kubeconfig File
Move Accessing Clusters topic to Concepts. (#2875 )
Move Guide topic: Sharing Clusters
Move Guide topic: Prereqs
Move Garbage Collection topic. (#2874 )
Move PetSets topic. (#2873 )
Move Guide topic: Pod Templates (#2872 )
Move StatefulSets topic. (#2869 )
Rename /docs/tasks/job/work-queue-1/
Move Guide topic: Fine Parallel Processing using a Work Queue (#2870 )
Move Guide topic: Coarse Parallel Processing Using a Work Queue
Move Init Containers topic. (#2866 )
Move Guide topic: Parallel Processing using Expansions (#2867 )
Move Pod overview. (#2865 )
...
# Conflicts:
# docs/api.md
# docs/user-guide/jobs.md
2017-03-17 17:33:48 -07:00
Jordan Liggitt
c4e8b56539
Document non-standard verbs
2017-03-16 11:40:08 -04:00
Jordan Liggitt
8e0a24c6b0
RBAC doc cleanup
2017-03-14 11:16:55 -07:00
Jordan Liggitt
d7e5371b0c
Update RBAC doc
2017-03-07 12:20:34 -08:00
Andrew Chen
2f9aa17560
Merge branch 'master' of https://github.com/kubernetes/kubernetes.github.io into release-1.6
...
* 'master' of https://github.com/kubernetes/kubernetes.github.io : (58 commits)
fix unsupported parameter of wget command
Update Weave Net's title.
Update garbage-collection.md
Correct ASM logo filename
fixed ASM blurb
Repair Spotinst logo
Doc formatting update
fixing typo
Minor spelling correction -- "rtk" to "rkt"
update init-containers.md
Update local instructions to new method.
Update ubuntu install instructions.
Highlighted command for `kubectl proxy`.
Update Tasks landing page. (#2697 )
Deprecate Guide topics: quick-start ... (#2696 )
Deprecate Guide topic: Secrets Walkthrough. (#2695 )
Update multiple-schedulers doc (#2063 )
remove extra space
Reimplement PR #2525
Deprecate Guide topic: Persistent Volume Walkthrough. (#2692 )
...
2017-03-06 11:28:15 -08:00
Jordan Liggitt
6e9fc80694
Add RBAC default roles, CLI helpers, upgrade guide
2017-02-17 09:07:57 -08:00
Jordan Liggitt
258755fbfe
Split RBAC documentation into separate page
2017-02-17 09:07:57 -08:00
Jordan Liggitt
dc6643e00e
subdirectory for authorization
2017-02-17 09:07:57 -08:00