Skip to content

Commit 565dcf0

Browse files
committed
Change .Token.user.field to not use curly braces
The unescaped curly braces result in a broken docs site. Besides that, other template variables are also not demarcated using curly braces.
1 parent 55143d9 commit 565dcf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

command/ca/token.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ $ step ca token --kms yubikey:pin-value=123456 \
178178
'''
179179
180180
Generate a token with custom data in the "user" claim. The example below can be
181-
accessed in a template as **{{ .Token.user.field }}**, rendering to the string
181+
accessed in a template as **.Token.user.field**, rendering to the string
182182
"value".
183183
184184
This is distinct from **.Insecure.User**: any attributes set using this option

0 commit comments

Comments
 (0)