Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 1.16 KB

File metadata and controls

21 lines (11 loc) · 1.16 KB

Step 2 - Create an IBM Cloud API Key

In this workshop, we will not be using the management console much. This is all about automation. However, to allow this to happen we need to create an API Key that gives the workflow access to our cloud account.

Start by creating or logging into your IBM Cloud Account (don't worry, it is free and doesn't require a credit / debit card).

ibm cloud sign up

Once logged in, head to Manage -> Access (IAM) -> API keys -> Create an IBM Cloud API key

ibm cloud manage

ibm cloud api keys

ibm cloud create api key

Give the API key a name and an optional description. Click Create and make a note of this key. You will only see it once in this management console.

This is all we need to do in the Cloud console. The rest will be done via the CLI and in GitHub!

Step 3 - Create a Go App