Skip to content

Commit 9006f26

Browse files
authored
Merge pull request #1383 from smallstep/herman/fix-token-user-braces
Change `.Token.user.field` to not use curly braces
2 parents 55143d9 + 565dcf0 commit 9006f26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

command/ca/token.go

Lines changed: 1 addition & 1 deletion
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)