Skip to content

Commit

Permalink
site: fix codeblock left padding and spacing tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminapetersen committed Sep 8, 2023
1 parent f6cbc87 commit 8df2d3c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
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
Loading

0 comments on commit 8df2d3c

Please sign in to comment.