Create and manage credentials
Prerequisites
Section titled “Prerequisites”- You have a running Logme service: Create and manage Logme services
You can create credentials for your services using the Cloud Foundry CLI or the Cloud Foundry UI (Stratos), see Getting Started CloudFoundry the STACKIT CLI or the STACKIT Portal, see the instructions below.
Create credentials
Section titled “Create credentials”- On the sidebar click on LogMe.
- Navigate to your desired instance and click on its pane.
- On the sidebar on the left click on Credentials.
- Click on Create credentials
- Copy the credentials to a safe location.
-
To use the Cloud Foundry CLI you first need to login into your STACKIT project endpoint. Read Interact with Cloud Foundry to get help logging in.
-
Create the service key with the
cfcommand:Terminal window cf create-service-key [service-name] [service-key] -
List the service key with the
cfcommand:Terminal window cf service-key [service-name] [service-key]
Delete credentials
Section titled “Delete credentials”- On the sidebar click on LogMe.
- Navigate to your desired instance and click on its pane.
- On the sidebar on the left click on Credentials.
- Navigate to the credentials you want to delete, click on the three-dots menu and click on Delete.
-
To use the Cloud Foundry CLI you first need to login into your STACKIT project endpoint. Read Interact with Cloud Foundry to get help logging in.
-
Delete the service key with the
cfcommand:Terminal window cf delete-service-key [service-name] [service-key]