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
oci-linux: docs/auth updates; remove SSH var; default compartment to tenancy; fix instance_shape default; use effective compartment for image/AD; update OCI logo to official wordmark
This template assumes that coderd is run in an environment that is authenticated with Oracle Cloud Infrastructure. The recommended authentication methods are:
18
18
19
19
1.**Instance Principal** (Recommended for production): Run Coder on an OCI instance with proper IAM policies
20
-
2.**API Key**: Set environment variables `OCI_TENANCY_OCID`, `OCI_USER_OCID`, `OCI_FINGERPRINT`, and `OCI_PRIVATE_KEY_PATH`
21
-
3.**Configuration File**: Use `~/.oci/config` file
20
+
2.**API Key**: Set environment variables `OCI_TENANCY_OCID`, `OCI_USER_OCID`, `OCI_FINGERPRINT`, and `OCI_PRIVATE_KEY_PATH`. If running coderd/provisioner in a container, ensure the private key file path is mounted into the container so it is accessible at the specified path.
21
+
3.**Configuration File**: Use `~/.oci/config` file (mount into the container if coderd runs in a container)
22
22
23
23
For detailed authentication setup, see the [OCI Terraform provider documentation](https://registry.terraform.io/providers/oracle/oci/latest/docs#authentication).
24
24
@@ -92,8 +92,7 @@ The template uses Ubuntu 22.04 LTS as the base image and includes:
92
92
93
93
1.**Set up authentication** using one of the methods above
94
94
2.**Create a compartment** in your OCI tenancy
95
-
3.**Deploy the template** with your compartment OCID
96
-
4.**Optionally provide an SSH public key** for direct SSH access
95
+
3.**Deploy the template** (if you omit `compartment_ocid`, the tenancy/root compartment will be used)
0 commit comments