Uploaded image for project: 'Satellite'
  1. Satellite
  2. SAT-3703

[RFE] [Satellite 6] Option in WebUI to download EC2-Compute Resource SSH Keypair

XMLWordPrintable

    • False
    • False
    • 0
    • Undefined
    • None

      Description of problem:

      Currently, there is no option in WebUI to download Keypair corresponding to each EC2 Compute Resource.

      When a Compute Resource is added, new keypair is generated/associated with it. But the entries are made only in Foreman Database. This key content (private Key) is required to access EC2 instances which are provisioned through Satellite.

      Now we have to use SQL query to get data from DB.
      =======
      select secret from key_pairs where compute_resource_id = 3;
      =======

      Version-Release number of selected component (if applicable):
      6.2.x & 6.3

      How reproducible:

      1.

      Steps to Reproduce:
      1. Create EC2 Compute Resource
      2. Create once EC2 instance
      3. Goto EC2 Console in AWS, and we can see instance is associated with a Keypair named "Foreman-<Some MISC number>

      Actual results:

      No Option to download Keypair. It is required to access instance via SSH.
      Instead of running SQL queries an Option to download "Keyname.pem" containing output of "select secret from key_pairs where compute_resource_id = 3;" will be helpful.

      Expected results:

      Option in WebUI to download KeyPair corresponding to each EC2 compute Resource

      Additional info:

            jira-bugzilla-migration RH Bugzilla Integration
            jira-bugzilla-migration RH Bugzilla Integration
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: