Skip to main content

2026 年 5 月 13 日

Editing manifest for Secure Email Gateway

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

Custom settings for SEG

SettingDescription
mem_guidWorkspace ONE SEG configuration ID configured on the UEM Console.
usernameThe Workspace ONE admin username to authenticate with the Workspace ONE UEM API server.

Sample manifest for SEG (seg_manifest.yml)

# Version number for the SEG Container deployment manifest. This is auto generated and should not be altered.
version: "3.1.0.852"
seg:
  image_name: seg_image.tar.gz
  ssh_login_credentials:
    ssh_user: user1
    ssh_key_path: /home/user1/.ssh/id_rsa
    ssh_port: 
  ssh_host_key_check: 1
  container_logging:
    max_size: "10M"
    max_num_files: "5"
  global_base_dir: $HOME
  hosts:
    - address: 10.232.18.132
      #host_info:
        #ssh_user:
        #ssh_key_path:
        #ssh_password:
        #ssh_port:
      #host_base_dir: $HOME
uem:
  url: https://example-uem-api.com
  api_port: 8443
  mem_guid: 93ae0bb8-9dc4-494e-a0c8-e243f8110439
  admin:
    username: uemuser
ca_cert_files: 
permissions:
  docker:
    no_sudo: false
  file_operations:
    no_sudo: false
  system:
    no_sudo: false
  network:
    no_sudo: false

此页面对您有帮助吗?

对本主题提供反馈

本主题对您有帮助吗?

请勿填写任何个人信息或机密信息。

正在生成链接…