Skip to content

[cds] usage of deprecated authInfo API #109

@soccermax

Description

@soccermax
Image

Coding is here:
src/shared/logger.js

    const cdsData = cdsContext
      ? {
          [FIELD.CORRELATION_ID]: cdsContext.id,
          [FIELD.REMOTE_USER]: cdsContext.user?.id,
          [FIELD.TENANT_ID]: cdsContext.tenant,
          [FIELD.TENANT_SUBDOMAIN]: req?.authInfo?.getSubdomain?.(),
        }
      : undefined;

Metadata

Metadata

Assignees

Labels

good first issueGood for newcomersrubyPull requests that update Ruby code

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions