Project

General

Profile

Actions

Feature #5358

closed

rOCCI security

Added by Schwarz Lionel almost 11 years ago. Updated almost 11 years ago.

Status:
Closed
Priority:
Low
Assigned To:
Category:
Non-grid adaptors
Target version:
Start date:
10/16/2013
Due date:
% Done:

0%

Estimated time:

Description

the rOCCI adaptor needs both a VOMS credential to connect to the Clouds, and a SSH credential to connect to the VM.
Currently the adaptor is linked to VOMS context only, so it passes all params needed for SSH connection trhough the URL:

ServiceURL = OCCI_ENDPOINT_HOST + ":" +
                      OCCI_ENDPOINT_PORT +
                      System.getProperty("file.separator") + "?" +
                      "prefix=" + OCCI_PREFIX +
                      "&attributes_title=" + OCCI_VM_TITLE +
                      "&mixin_os_tpl=" + OCCI_OS +
                      "&mixin_resource_tpl=" + OCCI_FLAVOUR +
                      "&publickey_file=" + OCCI_PUBLIC_KEY +
                      "&privatekey_file=" + OCCI_PRIVATE_KEY;

Ideally, the adaptor should use a credential that would encapsulate both the VOMS proxy and the SSH keys. This would require to implement a new rOCCISecurityCredential and a new rOCCISecurityAdaptor.

Actions #1

Updated by Schwarz Lionel almost 11 years ago

  • Status changed from New to Closed
  • Assigned To set to Schwarz Lionel
  • Target version set to 1.0.0
Actions

Also available in: Atom PDF