Skip to main content

13 de maio de 2026

Editing the PAC Reader container manifest

In addition to the common settings outlined in the Editing the manifest file section, ensure to configure the following settings for Tunnel container deployment.

Custom settings for PAC Reader

SettingDescription
log_levelLog level for PAC Reader logs.
0 - Off
1 - Error
2 - Warning
3 - Info
4 - Debug
refresh_intervalFrequency (in seconds) of the PAC Reader to check for updates on the PAC file and reload if changes are detected.
pac_fileLocation (URL or local path) of the PAC file that the PAC Reader should download and evaluate.
portCorresponding port for the pac_file setting.
capture_proxy_authConfigure proxy authentication during deployment.
1 - enable configuration of proxy authentication (Basic or NTLM or No-Auth)
0 - disable configuration of proxy authentication
pac_service_monitor_address, pac_service_monitor_portConfigure third-party PAC service monitor address and port. PAC reader sends PAC service alerts in CEE-enhanced syslog format.
api_hostWorkspace ONE API hostname
api_tokenWorkspace ONE API Token
tunnel_config_idWorkspace ONE Tunnel Configuration ID configured on the UEM Console. If tunnel_config_id is blank, dux will retrieve the default Tunnel configuration for that OG.
pfx_fileThe path of PFX/P12 file for UEM console authentication.
Example
Linux: /opt/omnissa/dux/pac.p12

Sample manifest for PAC Reader (pr_manifest.yml)

# Version number for the PAC Reader container deployment manifest. This is auto-generated and should not be altered.
version: "3.1.0.852"

pac_reader:
  image_name: pac_image.tar.gz
  log_level: 3
  #refresh_interval: 300
  pac_file: /opt/omnissa/dux/proxy.pac
  port: 
  capture_proxy_auth: 0
  pac_service_monitor_address: 
  pac_service_monitor_port: 
  ssh_login_credentials:
    ssh_user: user1
    ssh_key_path: /home/admin/id_rsa
    ssh_port: 
  ssh_host_key_check: 1
  container_logging:
    max_size: "10M"
    max_num_files: "5"
  global_base_dir: $HOME
  hosts:
    - address: 192.10.132.166
      #host_info:
        #ssh_user:
        #ssh_key_path:
        #ssh_password:
        #ssh_port:
      #host_base_dir: $HOME
  host_entries:
uem:
  api_host: https://example-uem-api.com
  api_token: 35nm0Ie5kIhWCuOyxvdLTymlTOP9
  tunnel_config_id: cafa5265-2e0f-4506-920e-f07f4b9esdsd
  group_id: 
  pfx_file: /opt/omnissa/dux/pac.p12
ca_cert_files: 
permissions:
  docker:
    no_sudo: false
  file_operations:
    no_sudo: false
  system:
    no_sudo: false
  network:
    no_sudo: false

Esta página foi útil?

Enviar feedback sobre este tópico

Este tópico foi útil?

Não inclua informações pessoais ou confidenciais.

Gerando o link…