Skip to content

Commit

Permalink
Return value when reading a SSH CA Role (#4098)
Browse files Browse the repository at this point in the history
  • Loading branch information
broamski authored and jefferai committed Mar 8, 2018
1 parent 65bd8dc commit ffdbcc4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions builtin/logical/ssh/path_roles.go
Original file line number Diff line number Diff line change
Expand Up @@ -530,6 +530,7 @@ func (b *backend) parseRole(role *sshRole) (map[string]interface{}, error) {
"allow_user_key_ids": role.AllowUserKeyIDs,
"key_id_format": role.KeyIDFormat,
"key_type": role.KeyType,
"key_bits": role.KeyBits,
"default_critical_options": role.DefaultCriticalOptions,
"default_extensions": role.DefaultExtensions,
}
Expand Down

0 comments on commit ffdbcc4

Please sign in to comment.