- SAP Cloud Platform - Discussion
- SAP Cloud Platform - Useful Resources
- SAP Cloud Platform - Quick Guide
- Developer Responsibilities
- Trial Limitations
- Backend System Connection
- HTML App Development
- Site Authors
- Access Management
- Cloud Repositories
- Transferring Sites
- Translating Site
- Other Site Activities
- Publishing Site
- Creating Service Key
- Binding an Instance to Application
- Creating New Instance
- Cloud Foundry Environment
- Site Themes
- Site Design
- New Site Creation
- Checklist for Site Planning
- Service Description
- SAP Cloud Platform - Free Trial
- SAP Cloud Platform - Introduction
- SAP Cloud Platform - Home
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
SAP Cloud Platform - Creating Service Key
Service keys are used in an apppcation to directly communicate with a service instance. When service keys are configured for service, apps from other space, outside entities can access your service using service keys. Service keys can be created using SAP Cloud cockpit or Cloud Foundry command pne interface.
To create service keys using SAP Cloud cockpit, navigate to space where service instance has been created and go to Services → Service Marketplace
Select the service you want to create a service key → Select the Instance for which service key has to be created → Left side navigate to Service Keys tab.
To create Service key for instance, cpck on Create Service Key button. Enter a name for the service key → Optionally enter configuration parameters → Save
To create a service key using Cloud Foundry command pne interface, you need to run the following command −
cf create-service-key SERVICE_INSTANCE SERVICE_KEY {-c PARAMETERS_AS_JSON}..
Now, enter the following parameters −
SERVICE_INSTANCE − This shows name of the service instance.
SERVICE_KEY − You need to mention the name for the service key.
-c − (Optional) Here you need to provide service-specific configuration parameters in a vapd JSON object