Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
Domain Data Mgmt Services
Seismic
Seismic DMS Suite
seismic-dms-service
Commits
b2886d63
Commit
b2886d63
authored
Aug 25, 2021
by
Yunhua Koglin
Browse files
check
parent
9a407a8a
Pipeline
#60889
failed with stages
in 12 minutes and 43 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/services/tenant/handler.ts
View file @
b2886d63
...
...
@@ -141,13 +141,6 @@ export class TenantHandler {
public
static
async
getTenantSDPath
(
req
:
expRequest
):
Promise
<
string
>
{
const
datapartition
=
TenantParser
.
dataPartition
(
req
);
// // retrieve the tenant informations
// const tenant = await TenantDAO.get(datapartition);
// if (FeatureFlags.isEnabled(Feature.AUTHORIZATION)) {
// await Auth.isUserRegistered(req.headers.authorization,
// tenant.esd, req[Config.DE_FORWARD_APPKEY]);
// }
try
{
const
tenants
=
await
TenantDAO
.
getAll
();
...
...
Write
Preview
Supports
Markdown
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