Bug 1287064 - [RFE] SSH Key Management for OpenStack Cloud
Summary: [RFE] SSH Key Management for OpenStack Cloud
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat CloudForms Management Engine
Classification: Red Hat
Component: Providers
Version: 5.6.0
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: GA
: cfme-future
Assignee: Marek Aufart
QA Contact: Einat Pacifici
URL:
Whiteboard: openstack
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-12-01 12:22 UTC by John Hardy
Modified: 2017-07-03 10:08 UTC (History)
7 users (show)

Fixed In Version:
Doc Type: Enhancement
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-07-03 10:08:19 UTC
Category: ---
Cloudforms Team: ---
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description John Hardy 2015-12-01 12:22:27 UTC
Allow for CLOUDFORMS Management Engine to manage SSH keys for instance/virtual machine access. We should support;

- Adding new keys
- removing old keys

The key management should work with tenancy, that from the org level I should as super admin be able to manage all keys, but within tenant I should be limited in scope.

Users should be able to retrieve their keys, if approved by an admin?

Comment 3 CFME Bot 2016-01-23 18:55:48 UTC
New commit detected on ManageIQ/manageiq/master:
https://github.com/ManageIQ/manageiq/commit/9bb171758e5b7040472d43a3c4d450ededa78a0f

commit 9bb171758e5b7040472d43a3c4d450ededa78a0f
Author:     Marek Aufart <maufart>
AuthorDate: Thu Dec 3 16:08:44 2015 +0100
Commit:     Marek Aufart <maufart>
CommitDate: Thu Jan 7 14:42:06 2016 +0100

    Add Openstack keypairs create/delete methods
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1287064

 .../providers/cloud_manager/auth_key_pair.rb       | 17 ++++++
 .../cloud_manager/auth_key_pair/operations.rb      | 60 ++++++++++++++++++++++
 .../openstack/cloud_manager/auth_key_pair.rb       | 27 ++++++++++
 .../providers/cloud_manager/auth_key_pair_spec.rb  | 34 ++++++++++++
 .../openstack/cloud_manager/auth_key_pair_spec.rb  | 41 +++++++++++++++
 5 files changed, 179 insertions(+)
 create mode 100644 app/models/manageiq/providers/cloud_manager/auth_key_pair/operations.rb
 create mode 100644 spec/models/manageiq/providers/cloud_manager/auth_key_pair_spec.rb
 create mode 100644 spec/models/manageiq/providers/openstack/cloud_manager/auth_key_pair_spec.rb


Note You need to log in before you can comment on or make changes to this bug.