Mirantis/kqueen

Update storing credentials

Closed this issue · 1 comments

We currently have SecretField but it isn't sufficient. There are two requirements:

  • PasswordField - only hash of value is stored and field have verify method to check password is same.
  • secret=True parameter for any field. These field will use symetrical encryption before saving the value to backend.

Fixed in