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-overview.adoc
+18-22Lines changed: 18 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,10 @@
1
1
= Register Agents with GoDaddy ANS
2
2
3
-
GoDaddy Agent Name Service (ANS) integration enables you to register and verify agents deployed through API Manager.
4
-
Registration associates your agent with a fully qualified domain name (FQDN) and establishes a verifiable identity based on domain ownership.
3
+
GoDaddy Agent Name Service (ANS) integration enables you to register and verify agents deployed through API Manager.
5
4
6
-
This integration connects API Manager with GoDaddy to validate agent identity and surface verification status across the platform.
5
+
Registration associates an agent with a fully qualified domain name (FQDN) and establishes a verifiable identity based on domain ownership. This identity is used across Anypoint Platform to indicate whether an agent is trusted and verified.
6
+
7
+
This integration connects API Manager with GoDaddy to validate domain ownership and manage verification status.
7
8
8
9
== Capabilities
9
10
@@ -12,37 +13,35 @@ With GoDaddy ANS integration in API Manager, you can:
12
13
* Register an agent instance with GoDaddy ANS
13
14
* Verify agent identity using domain ownership validation
14
15
* Track verification progress directly from API Manager
15
-
* Surface verification status in Anypoint Exchange
16
+
* View verification status in Anypoint Exchange
16
17
17
18
== Registration workflow
18
19
19
20
The registration workflow spans API Manager, GoDaddy, and your DNS provider.
20
21
21
-
You initiate registration from an API instance in API Manager.
22
-
GoDaddy then validates domain ownership using standard verification methods such as DNS or ACME challenges.
23
-
API Manager tracks the progress of this process and updates the agent status once verification is complete.
22
+
You initiate registration from an API instance in API Manager. GoDaddy validates domain ownership using standard verification methods such as DNS or ACME challenges. API Manager tracks the verification process and updates the agent status when verification is complete.
24
23
25
24
Depending on your domain configuration, some steps might require manual action.
26
25
27
26
== Consumer endpoint and FQDN
28
27
29
28
The consumer endpoint configured for the agent is used to derive a fully qualified domain name (FQDN) that uniquely identifies the agent.
30
29
31
-
This domain is registered as part of the verification process and represents the agent’s identity in GoDaddy ANS.
32
-
After registration, the domain cannot be modified.
30
+
Only the hostname portion of the endpoint is used. For example, in `https://example.com/path`, the registered domain is `example.com`.
31
+
32
+
This domain is registered as part of the verification process and cannot be modified after registration.
33
33
34
34
For more information, see https://www.godaddy.com/resources/skills/whats-a-fully-qualified-domain-name-fqdn-and-whats-it-good-for[What is a Fully Qualified Domain Name (FQDN)?].
35
35
36
-
== Supported domain types
36
+
== Domain requirements
37
37
38
-
The registration experience varies depending on the domain associated with the agent:
38
+
The domain used for registration must meet the following requirements:
39
39
40
-
* *MuleSoft-managed domains*:
41
-
API Manager handles domain configuration and verification automatically.
40
+
* Must be a custom domain (vanity domain)
41
+
* MuleSoft-managed domains such as `cloudhub.io` are not supported
42
+
* Must be associated with a valid DNS configuration
42
43
43
-
* *Custom domains*:
44
-
You must configure DNS records in your DNS provider to complete verification.
45
-
If verification is not completed within the allowed time window, the process must be restarted.
44
+
If these requirements are not met, registration cannot proceed.
46
45
47
46
== Integration with Anypoint Exchange
48
47
@@ -51,14 +50,11 @@ Verification status is reflected in Anypoint Exchange:
51
50
* Verified agents display a visual indicator in search results and asset pages
52
51
* Verification is tied to the agent instance and its associated domain
53
52
54
-
== Before you begin
53
+
== Next steps
55
54
56
-
Before registering an agent, make sure that:
55
+
Before registering an agent, ensure that your environment is properly configured.
57
56
58
-
* The API instance is deployed and accessible
59
-
* A valid consumer endpoint is configured
60
-
* Required credentials for GoDaddy ANS are available
61
-
* You have access to manage DNS records for the domain, if using a custom domain
57
+
For more information, see xref:<NEW_PAGE_ID>[Prepare your environment for agent verification].
0 commit comments