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
bddb3021
Commit
bddb3021
authored
Dec 06, 2017
by
Tomer Cohen (Saguna Networks)
Browse files
bug 16 — Replace 'mp1.security' with 'security'
Change-Id: I00472ed8120c1105a42f400279499798ab3d6e10
parent
8cb95f45
Changes
4
Hide whitespace changes
Inline
Side-by-side
Mp1.yaml
View file @
bddb3021
...
...
@@ -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 @
bddb3021
...
...
@@ -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 @
bddb3021
...
...
@@ -29,7 +29,7 @@
}
]
},
"
mp1.
security"
:
{
"security"
:
{
"oAuth2Info"
:
{
"grantTypes"
:
"OAUTH2_CLIENT_CREDENTIALS"
,
"tokenEndpoint"
:
"/meMp1/mp1.security/TokenEndPoint"
...
...
examples/ServiceInfo.yaml
View file @
bddb3021
...
...
@@ -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