admin create frontend now interrogates ziti for the identity (#129)

This commit is contained in:
Michael Quigley
2022-12-02 08:44:17 -05:00
parent cbf809c06a
commit f0228e8fe0
6 changed files with 127 additions and 1 deletions

View File

@ -176,6 +176,9 @@ func init() {
"401": {
"description": "unauthorized"
},
"404": {
"description": "not found"
},
"500": {
"description": "internal server error"
}
@ -1021,6 +1024,9 @@ func init() {
"401": {
"description": "unauthorized"
},
"404": {
"description": "not found"
},
"500": {
"description": "internal server error"
}