You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/admin/authentication.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -168,7 +168,7 @@ with a value of `Basic BASE64ENCODED(USER:PASSWORD)`.
168
168
169
169
### Service Account Tokens
170
170
171
-
Service accounts are an automatically enabled authenticator that uses signed
171
+
A service account is an automatically enabled authenticator that uses signed
172
172
bearer tokens to verify requests. The plugin takes two optional flags:
173
173
174
174
*`--service-account-key-file` A file containing a PEM encoded key for signing bearer tokens.
@@ -281,8 +281,8 @@ Since all of the data needed to validate who you are is in the `id_token`, Kuber
281
281
solution for authentication. It does offer a few challenges:
282
282
283
283
1. Kubernetes has no "web interface" to trigger the authentication process. There is no browser or interface to collect credentials which is why you need to authenticate to your identity provider first.
284
-
2. The `id_token` can't be revoked, it's like a certificate so it should be short-lived (only a few minutes) so it can be very annoying to have to get a new token every few minutes
285
-
3. There's no easy way to authenticate to the Kubernetes dashboard without using the `kubectl proxy` command or a reverse proxy that injects the `id_token`
284
+
2. The `id_token` can't be revoked, it's like a certificate so it should be short-lived (only a few minutes) so it can be very annoying to have to get a new token every few minutes.
285
+
3. There's no easy way to authenticate to the Kubernetes dashboard without using the `kubectl proxy` command or a reverse proxy that injects the `id_token`.
286
286
287
287
288
288
#### Configuring the API Server
@@ -728,7 +728,7 @@ Finally, add the following parameters into API server start parameters:
Copy file name to clipboardExpand all lines: partners/index.html
+3-3
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ <h5>Kubernetes works with partners to create a strong, vibrant codebase that sup
17
17
<divclass="section group">
18
18
<divclass="col span_1_of_3"><center><h5><b>Kubernetes Certified Service Providers</b></h5>Vetted service providers with deep experience helping enterprises successfully adopt Kubernetes.<br><br><div><ahref="#kcsp" class="button">See KCSP Partners</a></div></center></div>
19
19
<divclass="col span_2_of_3"><center><h5><b>Technology Partners</b></h5>Integrations and plugins that add features to Kubernetes applications.<br><br><br><div><ahref="#technology" class="button">See Technology Partners</a></div></center></div>
20
-
<divclass="col span_3_of_3"><center><h5><b>Service Providers</b></h5>Consulting or management services to help companies implement Kubernetes in commercial applications.<br><br><div><ahref="#service" class="button">See Service Partners</a></div></center></div>
20
+
<divclass="col span_3_of_3"><center><h5><b>Service Partners</b></h5>Consulting or management services to help companies implement Kubernetes in commercial applications.<br><br><div><ahref="#service" class="button">See Service Partners</a></div></center></div>
21
21
</div>
22
22
<h3><aid="kcsp"></a>Kubernetes Certified Service Providers (KCSP)</h3>
23
23
<p>The KCSP program is a vetted tier of service providers who have deep experience helping enterprises successfully adopt Kubernetes. KCSP partners offer Kubernetes support, consulting, professional services and training for organizations embarking on their Kubernetes journey.</p>
<p>Technology partners offer integrations and plugins that add features to Kubernetes applications.</p>
28
28
<p>Interested in becoming a Technology Partner? Please <ahref="https://docs.google.com/forms/d/e/1FAIpQLSdN1KtSKX2VAOPGABFlShkSd6CajQynoL4QCVtY0dj76MNDKg/viewform">fill out this form.</a></p>
29
29
<divid="isvContainer"></div>
30
-
<h3><aid="service"></a>Services Partners</h3>
31
-
<p>Service Providers offer consulting or management services to help companies implement and use Kubernetes in commercial applications.</p>
30
+
<h3><aid="service"></a>Service Partners</h3>
31
+
<p>Service Partners offer consulting or management services to help companies implement and use Kubernetes in commercial applications.</p>
32
32
<p>Interested in becoming a Service Provider? Please <ahref="https://docs.google.com/forms/d/e/1FAIpQLSdN1KtSKX2VAOPGABFlShkSd6CajQynoL4QCVtY0dj76MNDKg/viewform">fill out this form</a></p>
0 commit comments