Releases: oci-landing-zones/terraform-oci-modules-iam
Releases · oci-landing-zones/terraform-oci-modules-iam
Release 0.2.5
November 01, 2024 Release Notes - 0.2.5
Updates
- Policies module
- Added IAM policies for OCI Network Firewall and ZPR.
- OCI Network Firewall granted manage permissions to Network admins.
- ZPR granted manage permissions to Security admins.
- Added IAM policies for OCI Network Firewall and ZPR.
Release 0.2.4
October 07, 2024 Release Notes - 0.2.4
Updates
- Identity Domains module
- Typo fixed in defined_tags and freeform_tags for dynamic groups.
Release 0.2.3
August 27, 2024 Release Notes - 0.2.3
Updates
- All modules now require Terraform binary equal or greater than 1.3.0.
- cislz-terraform-module tag renamed to ocilz-terraform-module.
Release 0.2.2
July 24, 2024 Release Notes - 0.2.2
New
- Identity Domains module
- Ability to define Identity Domain applications, with support for SAML applications, mobile applications, confidential applications, and the following catalog applications: Oracle Identity Domain, Generic SCIM (Client Credentials), and Oracle Fusion Applications Release 13.
Updates
- Auditor policies aligned with documentation.
- Aligned README.md structure to Oracle's GitHub organizations requirements.
Release 0.2.1
April 17, 2024 Release Notes - 0.2.1
Updates
All Modules
- Dependency variables are now strongly typed, enhancing usage guidance.
Policies Module
- FSS (File System Service) principal names fixed in realms with keys greater than 10.
Release 0.2.0
February 27, 2024 Release Notes
Updates
Identity Domains Module
- The Identity Domains module now supports creating SAML Identity Providers through a new configuration variable. The variable identity_domain_identity_providers_configuration includes parameters to manage identity providers using either a SAML metadata file or individual metadata parameter values.
Compartments Module
- The reserved key "TENANCY-ROOT" has been introduced. It is used for referring to the root compartment OCID. It can be assigned to default_parent_id and parent_id attributes.
Policies Module
- The reserved key "TENANCY-ROOT" has been introduced. It is used for referring to the root compartment OCID. It can be assigned to compartment_id attribute within supplied_policies attribute.
v0.1.9
January 08, 2024 Release Notes - 0.1.9
Updates
Policy Module
- Policy module can now declare dependencies on externally managed compartments. The dependencies are used to resolve compartment OCIDs within supplied_policies and supplied_compartments attributes.
- The following attributes had their names changed. Make sure to update any existing input variables.
- compartment_ocid to compartment_id in supplied_policies attribute.
- ocid to id in supplied_compartments attribute.
v0.1.8
v0.1.7
November 01, 2023 Release Notes - 0.1.7
New
- Identity Domains module, supporting identity domains, groups, and dynamic groups.
- Groups and dynamic groups can be created in existing identity domains.
Updates
Policy Module
- Multiple intents can be declared for a specific compartment through cislz-cmp-type attribute. This configures the compartment (through the creation of necessary policy grants) to host resources that can be managed by different groups.
v0.1.6
October 06, 2023 Release Notes - 0.1.6
Updates
Compartments Module
- The Compartments module can now declare dependency on externally managed compartments. This is useful when managing compartments with multiple configurations.
- Attributes default_parent_ocid and parent_ocid renamed to default_parent_id and parent_id, respectively. Existing clients must adjust accordingly.