From 441c9268d88294aec2e487f5a5a45178c73cdb8a Mon Sep 17 00:00:00 2001 From: Brian Nuszkowski Date: Wed, 7 Mar 2018 16:36:46 -0500 Subject: [PATCH] Return value when reading a SSH CA Role --- builtin/logical/ssh/path_roles.go | 1 + 1 file changed, 1 insertion(+) diff --git a/builtin/logical/ssh/path_roles.go b/builtin/logical/ssh/path_roles.go index 0d21d17b6ec0..44954a91e287 100644 --- a/builtin/logical/ssh/path_roles.go +++ b/builtin/logical/ssh/path_roles.go @@ -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, }