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
@@ -74,15 +65,15 @@ Which will produce output similar to the following (newlines and indentation hav
74
65
Firstly, the parent object in the JSON output is described below:
75
66
76
67
#### version
77
-
The version of the JSON structure used in this response.
68
+
The version of the JSON structure used in this response. If in the future the configuration changes in a non compatible way this version number would become 2 for example.
78
69
79
-
#### cluster_name
70
+
#### clusterName
80
71
An identifier of the cluster this config was retrieved from.
81
72
82
73
#### namespace
83
74
The namespace these configs were retrieved from.
84
75
85
-
#### client_id
76
+
#### clientId
86
77
The client id of the mobile application using these configs.
87
78
88
79
#### services
@@ -102,9 +93,9 @@ A human-readable identifier of this service.
102
93
A way of categorising services, e.g. Authentication, Storage, etc...
103
94
104
95
#### url
105
-
The URL that this service can be reach at
96
+
The canonical URL that this service can be reach at
106
97
107
98
#### config
108
99
The config is a loosely defined object where any extra details specific to a particular service that may be required to make proper use of this service will be stored.
109
100
110
-
For example, in the KeyCloak service in the snippet above, the config contains the name of the realm, clientID and other details that would be required to make use of KeyCloak from a client.
101
+
For example, in the KeyCloak service in the snippet above, the config contains the name of the realm, clientID and other details that would be required to make use of KeyCloak from a client.
0 commit comments