Minimum required Control Plane version: v2.25.3
.
- Modifying repository_binding resource is not removing old resource: #159;
Minimum required Control Plane version: v2.25.3
.
- Guide for setting up CP and deploy a sidecar: #156;
Minimum required Control Plane version: v2.25.3
.
- Terraform provider creates a new identity map instead of updating old one when state changes: #152;
- Fixes issue about missing sidecar returning 500 error: #148;
Minimum required Control Plane version: v2.25.3
.
- Remove wrong 'okta' reference: #135;
- Update examples to use for_each instead of count: #137;
- Fix wrong flattened resources in docs: #142;
- Add CYRAL_TF_CONTROL_PLANE env var support: #139;
Minimum required Control Plane version: v2.25.3
.
- Fix image links: #133;
Minimum required Control Plane version: v2.25.3
.
- Fix documentation accordingly to Terraform standards: #131;
- Add resource to manage sso groups to roles: #106;
- Add docs reference to Okta IdP module: #129;
- Add sidecar user endpoint: #132;
Minimum required Control Plane version: v2.25.0
.
- Fix IdP registration at CP-level: #128;
Minimum required Control Plane version: v2.25.0
.
- Fix cyclic dependency issue in SAML certificate data source: #121;
cyral_integration_sso_*
renamed tocyral_integration_idp_*
Minimum required Control Plane version: v2.24.0
.
- Remove unnecessary PreCheck from Terraform Provider Tests: #117;
Minimum required Control Plane version: v2.24.0
.
- Generic SAML integration and new SSO resources: #115;
Minimum required Control Plane version: v2.22.0
.
- Omitting access_duration in cyral_identity_map resulted in plan change on every plan: #111;
Minimum required Control Plane version: v2.22.0
.
- Resource cyral_sidecar: changed parameters;
- Data source cyral_sidecar_template: data source replaced by
cyral_sidecar_cft_template
and template restricted to Cloudformation.
- Script to rotate service account secrets: #64;
- Improve tooling: #92;
- Resource Sidecar Credentials: #93;
- Resource Repository Conf Analysis: #108;
Minimum required Control Plane version: v2.19.0
.
- Fix missing Helm3 support: fix missing helm 3 support in data source
cyral_sidecar_template
(#63);
Minimum required Control Plane version: v2.19.0
.
- Fix publishing issue: fix issue publishing binaries (#62);
Minimum required Control Plane version: v2.19.0
.
- Data Source SAML Certificate: added new data source to retrieve certificate (#60);
- Docker Build: added new feature in makefile to allow docker build without requiring local Go environment (#61);
- Resource Integration Hashicorp Vault: added new resource to support Hashicorp Vault integration (#58);
- Resource Integration Pager Duty: added new resource to support Pager Duty integration (#56);
Minimum required Control Plane version: v2.17.0
.
- Resource Integration Slack Alerts: added new resource to support Slack Alerts integration (#43);
- Resource Integration Microsoft Teams: added new resource to support Microsoft Teams integration (#44);
- Resource Repository Local Account: added new resource to support repositories local accounts (#46);
- Resource Integration Okta: added new resource to support Okta integration (#47);
- Resource Repository Configuration Authentication: added new resource to support repository configuration authentication (#48);
- Data Source Sidecar Template: added new data source to support sidecar templates (#50);
- Resource Identity Map: added new resource to support identity maps (#51);
- Increase Test Coverage: defined standards and increased the test coverage. (#41);
Minimum required Control Plane version: v2.17.0
.
- Resource Sidecar: added new resource to support sidecars (#23);
- Resource Datamap: added new resource to support datamaps (#24);
- Resource Repository Binding: added new resource to support binding repositories to sidecars (#25);
- Resource Policy: added new resource to support policies (#26);
- Resource Policy Rule: added new resource to support policy rules (#28);
- Resource: Datadog Integration: added new resource to support Datadog integration (#30);
- Resource ELK Integration: added new resource to support ELK integration (#31);
- Resource Splunk Integration: added new resource to support Splunk integration (#33);
- Resource Sumo Logic Integration: added new resource to support Sumo Logic integration (#34);
- Resource Logstash Integration: added new resource to support Logstash integration (#35);
- Resource Looker Integration: added new resource to support Looker integration (#36).
- Replace repo ID property: replaced repository identification in the state file from
name
toid
. (#22);
- Terraform Plugin SDK v2: migration to
Terraform Plugin SDK v2
and support for Terraformv0.12
tov0.14
(#21).
- API Port: Removed
control_plane_api_port
and added this information to the existingcontrol_plane
parameter. (#20); - Unit tests: added unit tests for
config.go
(#8);
- Terraform import: added support for
terraform import
statement forrepository
resource (#8).
- Error handling: fixed bug in error handling (#5).