Skip to content

Commit

Permalink
Merge branch 'main' into supervisor_tls_cert_logging
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuatcasey authored Sep 9, 2023
2 parents 6c5f64b + 4e48388 commit d21fecc
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 5 deletions.
3 changes: 3 additions & 0 deletions site/content/docs/howto/configure-auth-for-webapps.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ authentication. There are several typical combinations of these settings:
authenticate into Kubernetes clusters and perform actions on behalf of the users (using the user's identity):

```yaml
spec:
allowedGrantTypes:
- authorization_code
- refresh_token
Expand All @@ -122,6 +123,7 @@ authentication. There are several typical combinations of these settings:
Kubernetes clusters.

```yaml
spec:
allowedGrantTypes:
- authorization_code
- refresh_token
Expand All @@ -138,6 +140,7 @@ authentication. There are several typical combinations of these settings:
group memberships of the authenticated users, and cannot perform actions on Kubernetes clusters.

```yaml
spec:
allowedGrantTypes:
- authorization_code
- refresh_token
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions site/themes/pinniped/assets/scss/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ li {
display: inline;
padding-right: 25px;
font-size: 14px;
line-height: 1.7em;
line-height: 1.6em;
&:last-of-type {
padding-right: 0px;
}
Expand Down Expand Up @@ -239,4 +239,4 @@ button {
url("/fonts/Metropolis-SemiBoldItalic.woff") format("woff");
font-weight: normal;
font-style: normal;
}
}
10 changes: 9 additions & 1 deletion site/themes/pinniped/assets/scss/_components.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,16 @@ code {
}
pre code {
background: none;
font-size: 100%;
font-size: 14px;
line-height: 1.6em;
}
pre.chroma {
padding: 10px;
code {
padding-left: 0px;
}
}

.highlight pre codesite/sidebar/reorganize {
font-size: 100%;
}
Expand Down

0 comments on commit d21fecc

Please sign in to comment.