Skip to content

Commit

Permalink
Merge pull request #1048 from ripienaar/auth_op_gen_syntax
Browse files Browse the repository at this point in the history
Fix generated configuration syntax
  • Loading branch information
ripienaar committed Apr 25, 2024
2 parents 180f5ae + 9fe8f66 commit a08bb05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/auth/resolver_template.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ monitor_port: {{ .monitor_port }}
operator: {{ .operator.JWT }}

# The JWT token of the system account managing the server ({{ .system.Name }})
system_account: {{ .system.JWT }}
system_account: {{ .system.Subject }}

resolver_preload {
// Account: {{ .system.Name }}
Expand All @@ -33,7 +33,7 @@ resolver {
type: full
dir: {{ .resolver.dir }}
allow_delete: {{ .resolver.allow_delete }}
interval: 2m
interval: "2m"
limit: {{ .resolver.limit }}
}

0 comments on commit a08bb05

Please sign in to comment.