Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Principal Manager
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Martin Jürgens
Principal Manager
Commits
63679ff5
Commit
63679ff5
authored
1 year ago
by
Boyan Tsolov
Browse files
Options
Downloads
Patches
Plain Diff
trademark clean up
parent
0a324e2b
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
LICENSE
+2
-2
2 additions, 2 deletions
LICENSE
src/main.ts
+2
-2
2 additions, 2 deletions
src/main.ts
swagger.json
+4
-11
4 additions, 11 deletions
swagger.json
with
8 additions
and
15 deletions
LICENSE
+
2
−
2
View file @
63679ff5
GAIA-X
"Principal Manager",
XFSC
"Principal Manager",
is the microservice which handles the issuance of credentials for the
GAIA-X
is the microservice which handles the issuance of credentials for the
XFSC
Personal Credential Manager.
Copyright 2022 Vereign AG
...
...
This diff is collapsed.
Click to expand it.
src/main.ts
+
2
−
2
View file @
63679ff5
...
...
@@ -24,8 +24,8 @@ async function bootstrap() {
});
const
swaggerConfig
=
new
DocumentBuilder
()
.
setTitle
(
'
Gaia-x
Principal Manager API
'
)
.
setDescription
(
'
API documentation for
GAIA-X
Principal Manager
'
)
.
setTitle
(
'
XFSC
Principal Manager API
'
)
.
setDescription
(
'
API documentation for
XFSC
Principal Manager
'
)
.
setVersion
(
'
1.0
'
)
.
build
();
...
...
This diff is collapsed.
Click to expand it.
swagger.json
+
4
−
11
View file @
63679ff5
...
...
@@ -35,8 +35,8 @@
}
},
"info"
:
{
"title"
:
"
Gaia-x
Principal Manager API"
,
"description"
:
"API documentation for
GAIA-X
Principal Manager"
,
"title"
:
"
XFSC
Principal Manager API"
,
"description"
:
"API documentation for
XFSC
Principal Manager"
,
"version"
:
"1.0"
,
"contact"
:
{}
},
...
...
@@ -44,15 +44,8 @@
"servers"
:
[{
"url"
:
"http://localhost:3008/"
,
"description"
:
"Localhost with docker configuration."
},
{
"url"
:
"https://ocm.gxfs.dev/principal"
,
"description"
:
"GXFS Environment"
},
{
"url"
:
"https://gaiax.vereign.com/ocm/principal"
,
"description"
:
"Vereign Environment"
}],
}
],
"components"
:
{
"schemas"
:
{
"MapUserInfoDTO"
:
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment