Skip to content

Add support for using User Identity in extensions #37

Open
@peternied

Description

@peternied

When requests from OpenSearch -> Extension arrive there should be a payload that includes the identity of the current user. Given a request there should be a way to extract this information. When requests are made from Extension -> OpenSearch this information should be included.

  • Extract a JWT token through the transport interface on an incoming request
  • Include properties
    • identifier
    • expiration
  • Outbound requests to OpenSearch include the identity information.

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions