Skip to main content

2026 年 5 月 13 日

Editing manifest for Content Gateway

In addition to the common settings outlined in the Editing the manifest file section, ensure to configure the following settings for Content Gateway (CG) deployment.

Custom settings for Content Gateway

uem

SettingDescription
urlSee Common settings to be configured for any container
cg_endpoint_addressContent Gateway endpoint address.
api_portContent Gateway endpoint port as configured on the UEM console.
api_uuidGUID of your Content Gateway configuration on the UEM console.
usernameThe username to authenticate with the Workspace ONE UEM API server.

Example of configuration settings related to UEM

uem:
   url: https://cndev.ssdevrd.com
   cg_endpoint_address: https://10.20.30.40
   api_port: 8443
   api_uuid: 3f2b7c6a-9d6f-4c1d-8a1d-2b7b3f0f5d9e
admin:
   username: user_1

Sample manifest for Content Gateway (cg_manifest.yml)

# Version number for the Content Gateway Container deployment manifest. This is auto generated and should not be altered.
version: "3.1.0.852"

content_gateway:
  image_name: cg_image.tar.gz
  ssh_login_credentials:
    ssh_user: user1
    ssh_key_path: /home/user1/.ssh/id_rsa
    #ssh_port:
  ssh_host_key_check: 1 
  global_base_dir: /home/user1
  container_logging:
    max_size: "10M"
    max_num_files: "5"
  hosts:
    - address: 192.168.84.166
      #host_info:
        #ssh_user: 
        #ssh_key_path: 
        #ssh_password:  
        #ssh_port:
      #host_base_dir: 
  #host_entries:
    # Example:
    #- host_name: example.com
    #  ip_address: 192.168.1.1
uem:
  url: https://example-uem-api.com 
  cg_endpoint_address: https://cgtest.com
  api_port: 8443 
  api_uuid: 519bb7c9-001a-4955-98af-6425f2dadads
  admin:
    username: uemuser
ca_cert_files: 
permissions:
  docker:
    no_sudo: false
  file_operations:
    no_sudo: false
  system:
    no_sudo: false
  network:
    no_sudo: false

此页面对您有帮助吗?

对本主题提供反馈

本主题对您有帮助吗?

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

正在生成链接…