You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/pages/godaddy-set-up.adoc
+32-6Lines changed: 32 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,15 +8,14 @@ Verification requires a custom domain, a configured runtime environment, and sec
8
8
9
9
Agent verification requires a custom domain (vanity domain) that you own and control.
10
10
11
+
* The domain associated with your agent must match the consumer endpoint used during registration.
11
12
* The domain is used to establish the agent’s identity
12
13
* You must be able to create and manage DNS records for the domain
13
14
* MuleSoft-managed domains such as `cloudhub.io` are not supported
14
15
15
-
The domain associated with your agent must match the consumer endpoint used during registration.
16
-
17
16
== Private space
18
17
19
-
Agents must be deployed in a private space to support custom domains and TLS configuration.
18
+
Agents must be deployed in a private space that supports custom domains and TLS configuration.
20
19
21
20
If you do not already have a private space, create one in Runtime Manager before proceeding.
22
21
@@ -26,7 +25,9 @@ For more information, see xref:cloudhub-2::ps-manage.adoc[Private Spaces].
26
25
27
26
A TLS context must be configured in your private space for the domain used by the agent.
28
27
29
-
TLS configuration enables secure communication and is required to complete verification. API Manager validates that a TLS context exists for the domain before allowing verification to proceed.
28
+
TLS configuration enables secure communication and is required to complete verification. A TLS context must be configured for the domain used by the agent.
29
+
30
+
API Manager requires a valid TLS context for the domain before verification can proceed.
30
31
31
32
To configure a TLS context:
32
33
@@ -44,13 +45,33 @@ Make sure that:
44
45
45
46
If no TLS context is configured, verification cannot proceed and an error is displayed.
46
47
47
-
TIP: Use a wildcard certificate (for example, `*.example.com`) to support multiple agents on the same domain.
48
+
For more information, see xref:cloudhub-2::ps-config-domains.adoc[Configure domains and TLS certificates]
49
+
50
+
== Gateway configuration
51
+
52
+
Agents must be exposed through a configured gateway to support domain-based verification.
53
+
54
+
When using Flex Gateway, you must configure an endpoint for each agent using your custom domain.
55
+
56
+
For setup instructions, see xref:gateway::flex-gateway-managed-set-up.adoc[Set up Flex Gateway in managed mode].
57
+
58
+
Make sure that:
59
+
60
+
* Each agent is mapped to a unique endpoint or path in the gateway configuration
61
+
* The endpoint uses the same domain as the agent’s consumer endpoint
62
+
63
+
[NOTE]
64
+
====
65
+
Each agent must be configured with a separate endpoint in the gateway.
66
+
67
+
If multiple agents are deployed on the same domain, each one requires its own explicit endpoint configuration.
68
+
====
48
69
49
70
== Secret group access
50
71
51
72
Agent verification requires access to a secret group in Secrets Manager.
52
73
53
-
The secret group is used to store generated security artifacts such as keystores and identity credentials.
74
+
The secret group is used to store generated security artifacts during verification.
54
75
55
76
Make sure that:
56
77
@@ -59,6 +80,11 @@ Make sure that:
59
80
60
81
If you do not have the required permissions, you cannot complete verification.
61
82
83
+
[IMPORTANT]
84
+
====
85
+
If the domain, TLS context, and gateway configuration are not aligned, agent verification cannot be completed.
0 commit comments