From 7e19226eff3e4d1a5a0f053b33de5878efed6c7b Mon Sep 17 00:00:00 2001 From: Sam Lucidi Date: Thu, 17 May 2018 17:24:11 -0400 Subject: [PATCH] Add feature to allow downloading private keys --- db/fixtures/miq_product_features.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/db/fixtures/miq_product_features.yml b/db/fixtures/miq_product_features.yml index 288213efce8..f19c6bfb077 100644 --- a/db/fixtures/miq_product_features.yml +++ b/db/fixtures/miq_product_features.yml @@ -784,6 +784,10 @@ :description: Display Individual Key Pairs :feature_type: view :identifier: auth_key_pair_cloud_show + - :name: Download + :description: Download Private Key + :feature_type: view + :identifier: auth_key_pair_cloud_download - :name: Operate :description: Perform Operations on Key Pairs :feature_type: control