-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release/v6.5.0 #588
Merged
Merged
Release/v6.5.0 #588
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Merge in DEVEXP/terraform-provider-akamai from feature/DXE-3001 to develop
Merge in DEVEXP/terraform-provider-akamai from bugfix/DXE-3907-import-of-akamai_edge_hostname-does-not-import-the-product-id to develop
Merge in DEVEXP/terraform-provider-akamai from feature/DXE-3346 to develop
…ter rebase, adjust mocks after change of structs in DNS and PAPI
Merge in DEVEXP/terraform-provider-akamai from feature/DXE-4029 to feature/sp-iam-extension
Merge in DEVEXP/terraform-provider-akamai from bugfix/DXE-4006-fix-access-levels-type to feature/sp-iam-extension
Merge in DEVEXP/terraform-provider-akamai from feature/DXE-4039 to feature/sp-iam-extension
Merge in DEVEXP/terraform-provider-akamai from feature/DXE-4040 to feature/sp-iam-extension
Merge in DEVEXP/terraform-provider-akamai from feature/DXE-4027 to feature/sp-iam-extension
… to align Edgegrid
…from new mocks and align body and request names
…ies datasource and deprecate problematic fields Merge in DEVEXP/terraform-provider-akamai from bugfix/DXE-4287-rollback to release/v6.5.0
wzagrajcz
approved these changes
Oct 10, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
6.5.0 (Oct 10, 2024)
FEATURES/ENHANCEMENTS:
Global
Appsec
exceptions
block to theakamai_appsec_siem_settings
resource with these nested fields:api_request_constraints
apr_protection
bot_management
client_rep
custom_rules
ip_geo
malware_protection
rate
url_protection
slow_post
waf
GTM
akamai_gtm_property
resource to handle errors caused by the prolonged creation time, leading to Property Validation Failure with the "no datacenter is assigned to map target (all others)" error from the API.IAM
akamai_iam_accessible_groups
- reads the groups and subgroups accessible for a given user.akamai_iam_account_switch_keys
- reads the account switch keys.akamai_iam_allowed_apis
- reads the list of APIs available to a given user.akamai_iam_authorized_users
- reads the list of authorized API client users.akamai_iam_blocked_properties
- reads blocked properties for a certain user in a group.akamai_iam_cidr_block
- reads details of a specified CIDR block.akamai_iam_cidr_blocks
- lists all CIDR blocks available to you on your allowlist.akamai_iam_group
- reads details about a given group and any of its subgroups.akamai_iam_password_policy
- reads the password policy parameters.akamai_iam_property_users
- lists users for a given property or include.akamai_iam_role
- reads details of a specified role.akamai_iam_user
- reads details of a specific user account.akamai_iam_users
- lists all users with access to your account.akamai_iam_users_affected_by_moving_group
- lists the users affected by moving a group.akamai_iam_cidr_block
- manages CIDR block assigned to the allowlist.akamai_iam_ip_allowlist
- enables or disable your account's allowlist.resource_akamai_iam_user
resource.user_notifications
to support user notifications.enable_mfa
to support authentication of type "MFA".password
to allow users to set a password when creating and updating a user.enable_tfa
attribute optional in theresource_akamai_iam_user
resource.asset_id
schema field (an IAM identifier of a property or include) to:akamai_property
resource and data source,akamai_property_include
resource and data source.time.Time
instead ofstring
.PAPI
akamai_edge_hostname
resource.It allows to specify the product ID of the imported hostname and save it in the state.
BUG FIXES:
429 Too Many Requests
containingX-RateLimit-Next
header.When
X-RateLimit-Next
is present, the wait time before retry is calculated as the timedifference between this header and the
Date
header.akamai_property_activation
resource where updating it with an active or previously active property version for a configuration without a state file didn’t trigger a new property activation.DEPRECATIONS:
product_id
andrule_format
fromakamai_properties
datasource. Please useakamai_property
to fetch this data.