Commit 845d5475 authored by Tim Hockin's avatar Tim Hockin

Merge pull request #16180 from thockin/docs-nits

csv is not a known syntax, messes up gh-pages
parents 3b946487 5390a93f
...@@ -49,7 +49,7 @@ The token file format is implemented in `plugin/pkg/auth/authenticator/token/tok ...@@ -49,7 +49,7 @@ The token file format is implemented in `plugin/pkg/auth/authenticator/token/tok
and is a csv file with a minimum of 3 columns: token, user name, user uid, followed by and is a csv file with a minimum of 3 columns: token, user name, user uid, followed by
optional group names. Note, if you have more than one group the column must be double quoted e.g. optional group names. Note, if you have more than one group the column must be double quoted e.g.
```csv ```
token,user,uid,"group1,group2,group3" token,user,uid,"group1,group2,group3"
``` ```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment