We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When editing an endpoint in Stratos UI, the UI should mask my client secret so it's not exposed.
See that client secret is exposed in the clear.
Steps: 1.) Edit endpoint 2.) Check Update Client ID and Client Secret 3.) Input "Client Secret"
Insert your log here
Form field type change to use obfuscated.
Because security.
Change field type to password?
The text was updated successfully, but these errors were encountered:
password
richard-cox
Successfully merging a pull request may close this issue.
Stratos Version
Frontend Deployment type
Backend (Jet Stream) Deployment type
Expected behaviour
When editing an endpoint in Stratos UI, the UI should mask my client secret so it's not exposed.
Actual behaviour
See that client secret is exposed in the clear.
Steps to reproduce the behaviour
Steps:
1.) Edit endpoint
2.) Check Update Client ID and Client Secret
3.) Input "Client Secret"
Log output covering before error and any error statements
Detailed Description
Form field type change to use obfuscated.
Context
Because security.
Possible Implementation
Change field type to password?
The text was updated successfully, but these errors were encountered: