Skip to content

[Feature request] Allow re-compute headers on each grpc call #307

@asinghvi-aurora

Description

@asinghvi-aurora

When running grpc requests using bearer authentication I need to provide the bearer token in the header in this manner:

grpcui -H "Authorization: Bearer $(cat /path/to/token)"  ...

In my environment the tokens are short lived for security and are automatically regenerated at /path/to/token. Currently the token expires in 30 minutes and I need restart the grpcui web server every 30 minutes to continue to use it, otherwise requests fail authentication. It would be useful if grpcui could optionally allow some headers to be recomputed on each request, so that the same instance of the server can be used for a while.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions