Skip to main content

May 13, 2026

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

Was this page helpful?

Provide feedback for this topic

Was this topic helpful?

Please do not include any personal or confidential information.

Generating link…