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
Copy file name to clipboardExpand all lines: docs/src/gs/install-cluster-api.md
+32-7Lines changed: 32 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,25 +23,48 @@
23
23
```
24
24
25
25
## Configure authentication
26
+
Before installing Cluster API Provider for OCI (CAPOCI), you must first set up your preferred
27
+
authentication mechanism using specific environment variables.
26
28
27
-
Before installing Cluster API Provider for OCI (CAPOCI), you must first set up your preferred authentication mechanism using specific environment variables:
29
+
### User Principal
30
+
If the management cluster is hosted outside OCI, for example a Kind cluster, please configure
31
+
user principal using the following parameters. Please refer to the [doc][api-signing-key] to generate the required
0 commit comments