Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
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
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
8 deletions
+8
-8
Mp1.yaml
Mp1.yaml
+4
-4
definitions/TransportInfo.yaml
definitions/TransportInfo.yaml
+2
-2
examples/ServiceInfo.json
examples/ServiceInfo.json
+1
-1
examples/ServiceInfo.yaml
examples/ServiceInfo.yaml
+1
-1
No files found.
Mp1.yaml
View file @
bddb3021
...
@@ -353,7 +353,7 @@ paths:
...
@@ -353,7 +353,7 @@ paths:
addresses
:
addresses
:
-
host
:
192.0.2.0
-
host
:
192.0.2.0
port
:
'
8080'
port
:
'
8080'
mp1.
security
:
security
:
oAuth2Info
:
oAuth2Info
:
grantTypes
:
OAUTH2_CLIENT_CREDENTIALS
grantTypes
:
OAUTH2_CLIENT_CREDENTIALS
tokenEndpoint
:
/meMp1/mp1.security/TokenEndPoint
tokenEndpoint
:
/meMp1/mp1.security/TokenEndPoint
...
@@ -399,7 +399,7 @@ paths:
...
@@ -399,7 +399,7 @@ paths:
addresses
:
addresses
:
-
host
:
192.0.2.0
-
host
:
192.0.2.0
port
:
'
8080'
port
:
'
8080'
mp1.
security
:
security
:
oAuth2Info
:
oAuth2Info
:
grantTypes
:
OAUTH2_CLIENT_CREDENTIALS
grantTypes
:
OAUTH2_CLIENT_CREDENTIALS
tokenEndpoint
:
/meMp1/mp1.security/TokenEndPoint
tokenEndpoint
:
/meMp1/mp1.security/TokenEndPoint
...
@@ -1203,7 +1203,7 @@ definitions:
...
@@ -1203,7 +1203,7 @@ definitions:
-
protocol
-
protocol
-
version
-
version
-
endpoint
-
endpoint
-
mp1.
security
-
security
properties
:
properties
:
id
:
id
:
$ref
:
'
#/definitions/TransportInfo.Id'
$ref
:
'
#/definitions/TransportInfo.Id'
...
@@ -1219,7 +1219,7 @@ definitions:
...
@@ -1219,7 +1219,7 @@ definitions:
$ref
:
'
#/definitions/TransportInfo.Version'
$ref
:
'
#/definitions/TransportInfo.Version'
endpoint
:
endpoint
:
$ref
:
'
#/definitions/EndPointInfo'
$ref
:
'
#/definitions/EndPointInfo'
mp1.
security
:
security
:
$ref
:
'
#/definitions/SecurityInfo'
$ref
:
'
#/definitions/SecurityInfo'
implSpecificInfo
:
implSpecificInfo
:
$ref
:
'
#/definitions/TransportInfo.ImplSpecificInfo'
$ref
:
'
#/definitions/TransportInfo.ImplSpecificInfo'
...
...
definitions/TransportInfo.yaml
View file @
bddb3021
...
@@ -7,7 +7,7 @@ required:
...
@@ -7,7 +7,7 @@ required:
-
protocol
-
protocol
-
version
-
version
-
endpoint
-
endpoint
-
mp1.
security
-
security
properties
:
properties
:
id
:
id
:
$ref
:
'
#/definitions/TransportInfo.Id'
$ref
:
'
#/definitions/TransportInfo.Id'
...
@@ -23,7 +23,7 @@ properties:
...
@@ -23,7 +23,7 @@ properties:
$ref
:
'
#/definitions/TransportInfo.Version'
$ref
:
'
#/definitions/TransportInfo.Version'
endpoint
:
endpoint
:
$ref
:
'
#/definitions/EndPointInfo'
$ref
:
'
#/definitions/EndPointInfo'
mp1.
security
:
security
:
$ref
:
'
#/definitions/SecurityInfo'
$ref
:
'
#/definitions/SecurityInfo'
implSpecificInfo
:
implSpecificInfo
:
$ref
:
'
#/definitions/TransportInfo.ImplSpecificInfo'
$ref
:
'
#/definitions/TransportInfo.ImplSpecificInfo'
\ No newline at end of file
examples/ServiceInfo.json
View file @
bddb3021
...
@@ -29,7 +29,7 @@
...
@@ -29,7 +29,7 @@
}
}
]
]
},
},
"
mp1.
security"
:
{
"security"
:
{
"oAuth2Info"
:
{
"oAuth2Info"
:
{
"grantTypes"
:
"OAUTH2_CLIENT_CREDENTIALS"
,
"grantTypes"
:
"OAUTH2_CLIENT_CREDENTIALS"
,
"tokenEndpoint"
:
"/meMp1/mp1.security/TokenEndPoint"
"tokenEndpoint"
:
"/meMp1/mp1.security/TokenEndPoint"
...
...
examples/ServiceInfo.yaml
View file @
bddb3021
...
@@ -22,7 +22,7 @@ ServiceInfo:
...
@@ -22,7 +22,7 @@ ServiceInfo:
addresses
:
addresses
:
-
host
:
'
192.0.2.0'
-
host
:
'
192.0.2.0'
port
:
'
8080'
port
:
'
8080'
mp1.
security
:
security
:
oAuth2Info
:
oAuth2Info
:
grantTypes
:
OAUTH2_CLIENT_CREDENTIALS
grantTypes
:
OAUTH2_CLIENT_CREDENTIALS
tokenEndpoint
:
/meMp1/mp1.security/TokenEndPoint
tokenEndpoint
:
/meMp1/mp1.security/TokenEndPoint
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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