Skip to content
This repository was archived by the owner on Jan 10, 2020. It is now read-only.
This repository was archived by the owner on Jan 10, 2020. It is now read-only.

No way to access generated OAuth token except through logs #39

Description

@anonymouse64

Currently the only place that the OAuth bearer token is output when generated by edgexproxy is in the log using an LoggingClient.Info call. This has 2 problems:

  1. Info log level should not output sensitive data like the OAuth token (I think outputting it with Debug level is okay though)
  2. There should also be a different way to access the token, i.e. using vault or a file on the filesystem so that after generating the token, there is an easy way to access the token for automatic usage by scripts and such.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions