

Parameter Name | Description |
Resource Name | Enter based on the actual situation. |
Resource Group | Select an existing group or create a group based on the actual situation. |
Resource Network Connectivity | Configures network access for business resources, supports two modes of connection through connection groups or VPC, and establishes a secure access channel from iOA to business resources. Connection group connectivity: Access business resources through a configured connection group, which is suitable for non-Tencent Cloud services. VPC connectivity: Access business resources through a connected VPC instance, which is suitable for Tencent Cloud services. Local gateway: Used to establish a network channel between enterprise local/private data center resources and iOA, which is suitable for enterprise-owned data centers/local server room resources. |

Parameter Name | Description |
Backend Address | Private network address of the business resource. It supports domain names, IP addresses, and subpaths. For example: https://192.168.10.8:843. |
Frontend Address | Address accessible in a public network environment. |

Parameter Name | Description |
API Keys | API keys are automatically generated. For service security, replace keys regularly. You can view and manage them in gateway system settings > key management. |
Backend Address | Private network address of the business resource. It supports domain names, IP addresses, and subpaths. For example: https://192.168.10.8:843. |
Frontend Address | Access address of the business resource in a public network environment. |
https://api.myproxy.com:8080/api, you need to add a header with the key Proxy-Authentication. The value is the request key authValue generated based on the key string, which is used to request API key resources. To obtain the key, go to Gateway System Settings > Key Management in the console.secret := "Console key content"// Current timestamptm := time.Now().Unix()// The timestamp and key form the authorization Json.authJson = "{tm: tm, sign:sha256(secret+tm)}"// Perform base64 encoding on the authorization Json to obtain the request key.authValue=base64_encode(authJson)//Verify whether the API key resource is effective.curl -X POST "https://api.myproxy.com:8080/api" -H "Proxy-Authentication:base64(key content)"

Parameter Name | Description |
Custom domain name. | To use a custom domain name, you must complete ICP filing in Tencent Cloud and configure CNAME resolution for it. |
Custom domain name port. | Port 443 is used by default. Custom domain name ports are sensitive resources, and custom ports are not supported to prevent port occupation. To open a port, contact technical support. |
SSL Certificates | Add the certificate when the protocol is HTTPS. Upload the certificate and key as required. |
Host | Optional. Configure this option if the Host header of the service address needs to be checked. |
Whether to authenticate. | Authentication control for user access. |






Was this page helpful?
You can also Contact sales or Submit a Ticket for help.
Help us improve! Rate your documentation experience in 5 mins.
Feedback