Skip to content

Releases: oci-landing-zones/terraform-oci-modules-iam

Release 0.2.4

07 Oct 18:59
6a5a73b
Compare
Choose a tag to compare

October 07, 2024 Release Notes - 0.2.4

Updates

  1. Identity Domains module
    • Typo fixed in defined_tags and freeform_tags for dynamic groups.

Release 0.2.3

03 Sep 14:29
a41b383
Compare
Choose a tag to compare

August 27, 2024 Release Notes - 0.2.3

Updates

  1. All modules now require Terraform binary equal or greater than 1.3.0.
  2. cislz-terraform-module tag renamed to ocilz-terraform-module.

Release 0.2.2

25 Jul 13:42
ebf7293
Compare
Choose a tag to compare

July 24, 2024 Release Notes - 0.2.2

New

  1. 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

  1. Auditor policies aligned with documentation.
  2. Aligned README.md structure to Oracle's GitHub organizations requirements.

Release 0.2.1

17 Apr 22:45
f729216
Compare
Choose a tag to compare

April 17, 2024 Release Notes - 0.2.1

Updates

All Modules

  1. Dependency variables are now strongly typed, enhancing usage guidance.

Policies Module

  1. FSS (File System Service) principal names fixed in realms with keys greater than 10.

Release 0.2.0

27 Feb 14:44
07cc201
Compare
Choose a tag to compare

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

08 Jan 19:32
d6f4617
Compare
Choose a tag to compare

January 08, 2024 Release Notes - 0.1.9

Updates

Policy Module

  1. 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.
  2. 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

08 Dec 21:57
6344683
Compare
Choose a tag to compare

December 08, 2023 Release Notes - 0.1.8

Updates

Policy Module

  1. Grants added for supporting OKE deployments with NPN (Native Pod Networking) and in a split compartment topology, where OKE networking and OKE clusters are deployed in different compartments.

v0.1.7

01 Nov 18:15
7775ac3
Compare
Choose a tag to compare

November 01, 2023 Release Notes - 0.1.7

New

  1. Identity Domains module, supporting identity domains, groups, and dynamic groups.
  2. Groups and dynamic groups can be created in existing identity domains.

Updates

Policy Module

  1. 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

06 Oct 15:39
65ac9be
Compare
Choose a tag to compare

October 06, 2023 Release Notes - 0.1.6

Updates

Compartments Module

  1. The Compartments module can now declare dependency on externally managed compartments. This is useful when managing compartments with multiple configurations.
  2. Attributes default_parent_ocid and parent_ocid renamed to default_parent_id and parent_id, respectively. Existing clients must adjust accordingly.

v0.1.5

27 Sep 15:30
728d1c9
Compare
Choose a tag to compare

September 27, 2023 Release Notes - 0.1.5

Updates

  1. All modules now support assigning null value to the top level variables or not setting them at all (as they are defaulted to null). These variables are compartments_configuration, dynamic_groups_configuration, groups_configuration and policies_configuration. This facilitates the writing of clients that orchestrate the IAM modules.