Skip to content

Commit

Permalink
Merge pull request #35918 from mehabhalodiya/rbac
Browse files Browse the repository at this point in the history
fix: remove insecure port option
  • Loading branch information
k8s-ci-robot authored Aug 16, 2022
2 parents 232c7d8 + a472b72 commit 095ce4f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion content/en/docs/reference/access-authn-authz/rbac.md
Original file line number Diff line number Diff line change
Expand Up @@ -927,7 +927,6 @@ When bootstrapping the first roles and role bindings, it is necessary for the in
To bootstrap initial roles and role bindings:

* Use a credential with the "system:masters" group, which is bound to the "cluster-admin" super-user role by the default bindings.
* If your API server runs with the insecure port enabled (`--insecure-port`), you can also make API calls via that port, which does not enforce authentication or authorization.

## Command-line utilities

Expand Down

0 comments on commit 095ce4f

Please sign in to comment.