Skip to content

Latest commit

 

History

History
206 lines (128 loc) · 3.45 KB

File metadata and controls

206 lines (128 loc) · 3.45 KB

Cloud Controller Access Destination

A destination called ASP_CC needs to be created for ABAP Solution Service to be able to access the Cloud Foundry Cloud Controller API for creation and access to ABAP service instances.

Prerequisites

  • You've created a user in SAP ID service.

  • The user has been added as a Cloud Foundry org member in the provider subaccount where the Cloud Foundy environment is enabled.

  • The User has been added with the role of a Space Developer, in the space where the multitenant application (MTA) is deployed.

Note:

Please note that you should never set personal credentials (e.g. for your account) in the User and Password fields. Always use a technical user instead.

Process Steps

  1. In the provider subaccount navigate to Connectivity -> Destinations

  2. Create a new destination as follows:

    Property

    Value

    Name

    ASP_CC

    Type

    HTTP

    Description

    Access the Cloud Foundry Cloud Controller API

    URL

    < API Endpoint domain of Cloud Foundry landscape>

    You can find it under your subaccount > Overview.

    Example:

    https://api.cf.eu10.hana.ondemand.com

    Proxy Type

    Internet

    Authentication

    OAuth2Password

    User

    <User ID/E-mail>

    Password

    <Password>

    Client ID

    cf

    Client Secret

    <needs to be left blank>

    Token Service URL

    https:// uaa.<landscape-host>/oauth/token

    Example:

    https://uaa.cf.eu10.hana.ondemand.com/oauth/token

    For more information on landscapes/regions, see Regions and API Endpoints for the ABAP Environment.

Instead of creating the ASP_CC destination manually, you can also save the following as a text file instead and then import the destination as a template:

Sample Code:

Type=HTTP
						clientId=cf
						Authentication=OAuth2Password
						Name=ASP_CC
						tokenServiceURL=https\://uaa.cf.eu10.hana.ondemand.com/oauth/token
						ProxyType=Internet
						URL=https\://api.cf.<e.g.eu10>.hana.ondemand.com