Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(api): show secret names, but not values #128

Merged

Conversation

technosophos
Copy link
Contributor

The API server now shows the names of the secrets, but not
their values. This allows user interfaces to show which secrets are
present, but not be able to show their values.

The returned value for secrets is still a map, to accurately reflect the
structure of a secret. But the value is always "REDACTED".

The API server now shows the names of the secrets, but not
their values. This allows user interfaces to show which secrets are
present, but not be able to show their values.

The returned value for secrets is still a map, to accurately reflect the
structure of a secret. But the value is always "REDACTED".
Copy link
Contributor

@adamreese adamreese left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

REDACTED

@technosophos technosophos merged commit db6d0f4 into brigadecore:master Nov 14, 2017
@technosophos technosophos deleted the fix/show-secret-names-on-api branch November 14, 2017 23:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants