-
Notifications
You must be signed in to change notification settings - Fork 12
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
DXE-4357 Release/v1.19.0 #80
Merged
Merged
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
…up/contract id Merge in DEVEXP/cli-terraform from feature/DXE-4047 to develop
…e export-cloudaccess command. Merge in DEVEXP/cli-terraform from feature/DXE-4047 to develop
…ted_hostnames instead of akamai_appsec_wap_selected_hostnames
Merge in DEVEXP/cli-terraform from feature/DXISSUE-3079-cam-export-import-doc to develop
… rule with lowercase letters
mimazaka
requested review from
FilipAntkowiak,
mgwoj,
dawiddzhafarov and
wzagrajcz
November 21, 2024 12:28
wzagrajcz
approved these changes
Nov 21, 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.
1.19.0 (Nov 21, 2024)
FEATURES/ENHANCEMENTS:
General
This behavior can be disabled using the
AKAMAI_RETRY_DISABLED
environment variable.It can be fine-tuned using these environment variables:
AKAMAI_RETRY_MAX
- The maximum retires number of API requests, default is 10.AKAMAI_RETRY_WAIT_MIN
- The minimum wait time in seconds between API requests retries, default is 1 sec.AKAMAI_RETRY_WAIT_MAX
- The maximum wait time in seconds between API requests retries, default is 30 sec.AppSec
akamai_botman_content_protection_rule
resource for the specified policy.akamai_botman_content_protection_rule_sequence
resource for the specified policy.akamai_botman_content_protection_javascript_injection_rule
resource for the specified policy.Cloud Access Manager
group_id
andcontract_id
flags forexport-cloudaccess
which allows exporting theakamai_cloudaccess_key
resource with the specified group and contract IDs.DNS
outbound_zone_transfer
field to theakamai_dns_zone
resource.PAPI
v2024-10-21
.product_id
attribute to the exportedakamai_property_include
resource.BUG FIXES:
AppSec
export-appsec
output:akamai_appsec_configuration
resource and added theakamai_appsec_configuration
data source.hostnames
variable from theappsec-variables.tf
file.hostnames
field from thesecurity
module.Cloud Access Manager
cloud_secret_access_key
field as sensitive in a template for theakamai_cloudaccess_key
resource and moved its definition to thevariables.tf
file. (I#580)PAPI
DEPRECATIONS:
akamai_appsec_wap_selected_hostnames
resource from theexport-appsec
command. Instead, use theakamai_appsec_aap_selected_hostnames
resource to export.