You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<br>If the key pair does not exist, create them using the below command:
14
+
RSA key pair in PEM format (minimum 2048 bits) is needed to use OCI APIs. If the key pair does not exist, create them using the below command:
15
15
<br>```python createAPIKey.py```
16
16
<br> → This will generate the public/private key pair (***_oci_api_public.pem_*** and ***_oci_api_private.pem_***) at **_/cd3user/tenancies/keys/_**
17
17
<br> → In case you already have the keys, you should copy the private key file inside the container and rename it to **_oci_api_private.pem_**.
18
18
19
19
### **Step 3 - Upload the Public key**:
20
-
<br>Upload the Public key to **"APIkeys"** under user settings in OCI Console. Pre-requisite to use the complete functionality of the Automation Toolkit is to have the user as an administrator to the tenancy.
20
+
Upload the Public key to **"APIkeys"** under user settings in OCI Console. Pre-requisite to use the complete functionality of the Automation Toolkit is to have the user as an administrator to the tenancy.
21
21
- Open the Console, and sign in as the user.
22
22
<br> View the details for the user who will be calling the API with the key pair.
23
23
- Open the Profile menu (User menu icon) and click User Settings.
24
24
- Click Add Public Key.</li><li>Paste the contents of the PEM public key in the dialog box and click Add.</li></ul>
25
25
26
26
### **Step 4 - Edit tenancyconfig.properties**:
27
-
<br>Enter the details to **tenancyconfig.properties** file.
27
+
Enter the details to **tenancyconfig.properties** file.
28
28
```
29
29
[Default]
30
30
# Mandatory Fields
@@ -45,7 +45,7 @@ region=
45
45
ssh_public_key=
46
46
```
47
47
### **Step 5 - Initialise the environment**:
48
-
<br>Initialise your environment to use the Automation Toolkit.
48
+
Initialise your environment to use the Automation Toolkit.
**Note** - If the API Keys were generated and added to the OCI console using previous steps, it might take a couple of seconds to reflect. Thus, running the above command immediately might result in Authentication Errors.<br>In such cases, please retry after a minute.
0 commit comments