Merged in feature/cognito-mfa-1 (pull request #154)

DRAFT for mfa demo

* for mfa demo

* Merge branch 'main' of bitbucket.org:aarete/query-orchestration into feature/cognito-mfa-1

* Merge branch 'main' of bitbucket.org:aarete/query-orchestration into feature/cognito-mfa-1

* cleanup

* list cognito users

* Merge branch 'main' of bitbucket.org:aarete/query-orchestration into feature/cognito-mfa-1
This commit is contained in:
Jay Brown
2025-06-10 17:01:30 +00:00
parent 693457ce2d
commit e544f08505
12 changed files with 280 additions and 9 deletions
+2 -9
View File
@@ -26,22 +26,15 @@ var endpointsList = []string{
// Client Service Endpoints
"/client",
"/client/:id",
"/client/:id/status",
"/client/:id/collector",
"/client/:id/documents",
"/client/:id/export",
// Query API Endpoints
"/query",
"/query/:id",
"/query/:id/test",
// Document Service Endpoints
"/document/:id",
"/document",
// Export Service Endpoints
"/export/:id",
"/export",
}
// homeHandler renders a simple HTML page with links to all endpoints