Skip to content

Commit

Permalink
Merge pull request kubernetes#44337 from aramase/aramase/d/authN_doc_fix
Browse files Browse the repository at this point in the history
fix value in structured authn config example
  • Loading branch information
k8s-ci-robot authored Dec 14, 2023
2 parents fe39878 + fcfeeac commit e916512
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ jwt:
"admin"
],
"extra": {
"example.com/tenant": "tenant1"
"example.com/tenant": "72f988bf-86f1-41af-91ab-2d7cd011db4a"
}
}
```
Expand Down Expand Up @@ -606,7 +606,7 @@ jwt:
"admin"
],
"extra": {
"example.com/tenant": "tenant1"
"example.com/tenant": "72f988bf-86f1-41af-91ab-2d7cd011db4a"
}
}
```
Expand Down

0 comments on commit e916512

Please sign in to comment.