Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
MEC - Multi-access Edge Computing
MEC Application Support API and MEC Service Management API
Commits
d743aa66
Commit
d743aa66
authored
Dec 15, 2017
by
Walter Featherstone
Committed by
Gerrit Code Review
Dec 15, 2017
Browse files
Merge "bug 16 — Replace 'mp1.security' with 'security'"
parents
9b4fad55
bddb3021
Changes
4
Show whitespace changes
Inline
Side-by-side
Mp1.yaml
View file @
d743aa66
...
...
@@ -353,7 +353,7 @@ paths:
addresses
:
-
host
:
192.0.2.0
port
:
'
8080'
mp1.
security
:
security
:
oAuth2Info
:
grantTypes
:
OAUTH2_CLIENT_CREDENTIALS
tokenEndpoint
:
/meMp1/mp1.security/TokenEndPoint
...
...
@@ -399,7 +399,7 @@ paths:
addresses
:
-
host
:
192.0.2.0
port
:
'
8080'
mp1.
security
:
security
:
oAuth2Info
:
grantTypes
:
OAUTH2_CLIENT_CREDENTIALS
tokenEndpoint
:
/meMp1/mp1.security/TokenEndPoint
...
...
@@ -1203,7 +1203,7 @@ definitions:
-
protocol
-
version
-
endpoint
-
mp1.
security
-
security
properties
:
id
:
$ref
:
'
#/definitions/TransportInfo.Id'
...
...
@@ -1219,7 +1219,7 @@ definitions:
$ref
:
'
#/definitions/TransportInfo.Version'
endpoint
:
$ref
:
'
#/definitions/EndPointInfo'
mp1.
security
:
security
:
$ref
:
'
#/definitions/SecurityInfo'
implSpecificInfo
:
$ref
:
'
#/definitions/TransportInfo.ImplSpecificInfo'
...
...
definitions/TransportInfo.yaml
View file @
d743aa66
...
...
@@ -7,7 +7,7 @@ required:
-
protocol
-
version
-
endpoint
-
mp1.
security
-
security
properties
:
id
:
$ref
:
'
#/definitions/TransportInfo.Id'
...
...
@@ -23,7 +23,7 @@ properties:
$ref
:
'
#/definitions/TransportInfo.Version'
endpoint
:
$ref
:
'
#/definitions/EndPointInfo'
mp1.
security
:
security
:
$ref
:
'
#/definitions/SecurityInfo'
implSpecificInfo
:
$ref
:
'
#/definitions/TransportInfo.ImplSpecificInfo'
\ No newline at end of file
examples/ServiceInfo.json
View file @
d743aa66
...
...
@@ -29,7 +29,7 @@
}
]
},
"
mp1.
security"
:
{
"security"
:
{
"oAuth2Info"
:
{
"grantTypes"
:
"OAUTH2_CLIENT_CREDENTIALS"
,
"tokenEndpoint"
:
"/meMp1/mp1.security/TokenEndPoint"
...
...
examples/ServiceInfo.yaml
View file @
d743aa66
...
...
@@ -22,7 +22,7 @@ ServiceInfo:
addresses
:
-
host
:
'
192.0.2.0'
port
:
'
8080'
mp1.
security
:
security
:
oAuth2Info
:
grantTypes
:
OAUTH2_CLIENT_CREDENTIALS
tokenEndpoint
:
/meMp1/mp1.security/TokenEndPoint
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment