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
| Setting | Description |
|---|---|
mem_guid | Workspace ONE SEG configuration ID configured on the UEM Console. |
username | The 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?