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: terraform/modules/policies/locals.tf
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Copyright (c) 2023, 2024, Oracle and/or its affiliates.
1
+
# Copyright (c) 2023, 2025, Oracle and/or its affiliates.
2
2
# Licensed under the Universal Permissive License v1.0 as shown at https://oss.oracle.com/licenses/upl.
3
3
4
4
locals {
@@ -123,7 +123,7 @@ locals {
123
123
])
124
124
125
125
#Policies for creating wildcard certificate to configure SSL in secured production mode
126
-
secure_mode_statement1=var.configure_secure_mode?"Allow dynamic-group ${oci_identity_dynamic_group.wlsc_instance_principal_group.name} to use certificate-authority-delegates in compartment id ${var.cert_compartment_id}":""
126
+
secure_mode_statement1=var.configure_secure_mode?"Allow dynamic-group ${oci_identity_dynamic_group.wlsc_instance_principal_group.name} to use certificate-authority-delegates in compartment id ${var.root_ca_compartment_id}":""
127
127
secure_mode_statement2=var.configure_secure_mode?"Allow dynamic-group ${oci_identity_dynamic_group.wlsc_instance_principal_group.name} to manage leaf-certificates in compartment id ${var.cert_compartment_id}":""
128
128
secure_mode_statement3=var.configure_secure_mode?"Allow dynamic-group ${oci_identity_dynamic_group.wlsc_instance_principal_group.name} to read leaf-certificate-bundles in compartment id ${var.cert_compartment_id} where target.leaf-certificate.bundle-type = 'CERTIFICATE_CONTENT_PUBLIC_ONLY'":""
129
129
secure_mode_statement4=var.configure_secure_mode?"Allow dynamic-group ${oci_identity_dynamic_group.wlsc_instance_principal_group.name} to read certificate-authorities in compartment id ${var.root_ca_compartment_id}":""
missing_dynamic_group_oci_logging_enabled_create_policies_unset="WLSC-ERROR: Dynamic Group id is required when enabling integration with OCI Logging Service with create policies unset "
0 commit comments