question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Handle `password` field type for plugin configuration

See original GitHub issue

It would be great to be able to store a password in a secure way in the plugins configuration.

Example:

password: {
      title: 'Password',
      type: 'password',
      required: true
},

This consists of 2 components:

  • Add an ajv definition for type password
  • Use bcrypt to store the encrpyted password

Related to wulkano/kap/pull/623

Issue Analytics

  • State:open
  • Created 5 years ago
  • Reactions:2
  • Comments:8 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
ochorochocommented, Apr 26, 2019

@skllcrn ok, thanks. Now I’m using nextclouds login flow and its working how i wanted it to work 😃

1reaction
karaggeorgecommented, Apr 26, 2019

Yeah, we can add a note that basically says the plugins’ config is saved as a plaintext file, so saving passwords is not particularly safe, but at the end of the day the plugins are made by other users, so if a user wants to install one and enter their password that’s up to them

Read more comments on GitHub >

github_iconTop Results From Across the Web

Handle password field type for plugin configuration #637
I think I'm missing something. Wouldn't the point of saving the password in the config be to use it at some point in...
Read more >
Mask Passwords - Jenkins Plugins
This plugin allows masking passwords that may appear in the console. The plugin also provides a non-stored password parameter.
Read more >
Password Input Field in Fluent Forms - WP Manage Ninja
Password Field allows you to input password which is to secure the all the data provided in the form. In WP Fluent Form,...
Read more >
Password Encryption - Apache Maven
Maven supports server password encryption. The main use case, addressed by this solution is: multiple users share the same build machine (server, CI...
Read more >
<input type="password"> - HTML: HyperText Markup Language
<input type="password"> · Value. The value attribute contains a string whose value is the current contents of the text editing control being used ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found