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

Password field is shown in clear text when adding a new workspace #975

Closed
havardAasen opened this issue Mar 25, 2024 · 2 comments
Closed
Assignees

Comments

@havardAasen
Copy link

What happened?
Using a provider that has a password field in provider.yaml. This password is shown in clear text when I create a new workspace.
new_workspace

If editing, the password field is masked correctly.
new_workspace-edit_provider

What did you expect to happen instead?
The password field should be masked.

How can we reproduce the bug? (as minimally and precisely as possible)

  • Add a provider with a password field.
  • Make sure there is text in the password field
  • Create a new workspace.
  • Hover over the provider.

The specific field has this in the provider.yaml:

UIA_TOKEN:
  description: Token to authenticate with UiA.
  type: string
  required: true
  password: true
  global: true

Local Environment:

  • DevPod Version: devpod 0.5.4
  • Operating System: Linux
  • ARCH of the OS: AMD64

DevPod Provider:
I'm using a custom provider, but any provider with a password field should do.

@89luca89
Copy link
Contributor

Thanks for reporting @havardAasen will take a look!

@89luca89 89luca89 self-assigned this Mar 25, 2024
@linear linear bot assigned pascalbreuninger and unassigned 89luca89 Apr 4, 2024
@pascalbreuninger
Copy link
Member

fixed with #985

@deniseschannon deniseschannon added the bug Something isn't working label May 8, 2024 — with Linear
@deniseschannon deniseschannon removed bug Something isn't working kind/bug labels May 8, 2024
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

No branches or pull requests

4 participants