Skip to content

Commit

Permalink
fixed app segment browser access test
Browse files Browse the repository at this point in the history
  • Loading branch information
willguibr committed Apr 26, 2024
1 parent 53be24b commit 6e6be50
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
- name: Fetch the browser access certificate
zscaler.zpacloud.zpa_ba_certificate_facts:
provider: "{{ zpa_cloud }}"
name: "sales.bd-hashicorp.com"
name: "sales.bd-redhat.com"
register: ba_certificate

- name: Set Certificate ID as fact
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@ health_reporting: ON_ACCESS
bypass_type: NEVER
icmp_access_type: false
clientless_app_ids:
- name: "sales.bd-hashicorp.com"
description: "sales.bd-hashicorp.com"
- name: "sales.bd-redhat.com"
description: "sales.bd-redhat.com"
enabled: true
application_protocol: "HTTPS"
application_port: "443"
allow_options: true
trust_untrusted_cert: true
domain: "sales.bd-hashicorp.com"
domain: "sales.bd-redhat.com"
tcp_port_range:
- from: "443"
to: "443"
domain_names:
- sales.bd-hashicorp.com
- sales.bd-redhat.com
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
wildcard_certificate: bd-hashicorp.com
sales_certificate: sales.bd-hashicorp.com
sales_certificate: sales.bd-redhat.com
jenkins_certificate: jenkins.bd-hashicorp.com

0 comments on commit 6e6be50

Please sign in to comment.