Skip to content
Snippets Groups Projects
Commit eb7357b2 authored by Niall Sheridan's avatar Niall Sheridan
Browse files

use correct config parameter

parent dc4ec506
Branches
Tags
No related merge requests found
......@@ -31,7 +31,7 @@ type Auth struct {
// SSH holds the configuration specific to signing ssh keys.
type SSH struct {
SigningKey string `mapstructure:"signing_key"`
Principals []string `mapstructure:"principals"`
Principals []string `mapstructure:"additional_principals"`
MaxAge string `mapstructure:"max_age"`
Permissions []string `mapstructure:"permissions"`
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment