-
-
Notifications
You must be signed in to change notification settings - Fork 22
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 v1.16.0 #209
Merged
Release v1.16.0 #209
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
and docs index
fix missing blank lines and header style for Markdown
Co-authored-by: Jeremy Muriel <[email protected]>
Fixes #185: Added support for security policy rematch
CleanCode: fix lll linter errors and rm override lists of 1 map
inside policy argument
inside policy argument
resource/`junos_security_zone`: add `address_book_dns`, `address_book_range` and `address_book_wildcard` arguments and add `description` on existing `address_book_*` arguments
resource/`junos_security_address_book`: list of string for `address` argument inside `address_set` argument is now unordered
resource/`junos_security_zone`: list of string for `address` argument inside `address_book_set` argument is now unordered
and default integer argument = -1 in these blocks List of blocks : - family_*_input and input block in junos_forwardingoptions_sampling_instance - flow.0.aging, ike_traceoptions and log block in junos_security - ip block in junos_security_screen - traffic_sessions_per_client block in junos_security_utm_policy - application_identification block in junos_services - services.0.ssh, internet_options, internet_options.0.icmpv4_rate_limit and internet_options.0.icmpv6_rate_limit block in junos_system
…n block to enable application-identification
Fixes for some minor typos
Fix block empty with defaut int -1 and application_identification empty in junos_services
Fixes #189: add support for user-identification of services
Fixes #192: add a separate method to configure address-book in security-zone
resource/junos_services: authentication_token, authentication_tls_profile and url are now attributes (information read from Junos config) when not set in Terraform config. (Fixes #200)
Fixes #200: r/services: authentication_* & url are now attributes when not set
Original source from #174 Co-authored-by: MerryPlant <[email protected]>
fix: exported const FormatDefault should have comment (or a comment on this block) or be unexported
inside permit_application_services argument
inside permit_application_services argument
Fixes #201: add advanced-anti-malware service
interface{} is comparable with string/int
Fixes #205: Added support for system license
Simplify copyAndRemoveItemMapList()
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.
FEATURES:
junos_security_zone_book_address
resource (Fixes parts of #192)junos_security_zone_book_address_set
resource (Fixes parts of #192)junos_services_advanced_anti_malware_policy
resourcejunos_services_ssl_initiation_profile
resourcejunos_services_user_identification_ad_access_domain
resourcejunos_services_user_identification_device_identity_profile
resource (Fixes parts of #189)ENHANCEMENTS:
junos_security
: addpolicies
argument withpolicy_rematch
andpolicy_rematch_extensive
arguments inside (Fixes #185) Thanks @Sha-San-Pjunos_security_address_book
: list of string foraddress
argument insideaddress_set
argument is now unorderedjunos_security_global_policy
: addadvanced_anti_malware_policy
argument insidepermit_application_services
argumentjunos_security_global_policy
: addmatch_source_end_user_profile
argument insidepolicy
argumentjunos_security_nat_source_pool
: addaddress_pooling
argument (Fixes #193) Thanks @edpio19junos_security_policy
: addmatch_source_end_user_profile
argument insidepolicy
argumentjunos_security_policy
: addadvanced_anti_malware_policy
argument insidepermit_application_services
argumentjunos_security_zone
: addaddress_book_configure_singly
argument to disable management of address-book in this resource. (Fixes parts of #192)junos_security_zone
: addaddress_book_dns
,address_book_range
andaddress_book_wildcard
arguments and adddescription
on existingaddress_book_*
argumentsjunos_security_zone
: list of string foraddress
argument insideaddress_book_set
argument is now unorderedjunos_services
: addadvanced_anti_malware
argument (Fixes #201)junos_services
: adduser_identification
argument (Fixes parts of #189)junos_services
:url_parameter
is now a sensitive argumentjunos_services
:authentication_token
,authentication_tls_profile
andurl
are now attributes (information read from Junos config) when not set in Terraform config. (Fixes #200)junos_system
: addweb_management_http
andweb_management_https
arguments (Fixes #173) Thanks @MerryPlantjunos_system
: addlicense
argument (Fixes #205) Thanks @MerryPlantBUG FIXES:
junos_services
: fix set/read/delete emptyapplication_identification
block to enable 'application-identification'