Actions
Bug #9297
closedDocker password should be encrypted
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Description
The password in every compute resource of type Docker should be encrypted
Updated by Anonymous about 10 years ago
- Status changed from New to Need more information
Looking at https://github.com/theforeman/foreman/blob/develop/app/models/compute_resource.rb#L7, compute resource passwords should be encrypted. Make sure you define encryption key (see https://github.com/theforeman/foreman/blob/develop/config/initializers/encryption_key.rb.example for an example), as otherwise fields will be stored in plain-text.
Updated by Daniel Lobato Garcia about 9 years ago
- Status changed from Need more information to Closed
this can be closed, passwd is already encrypted
Actions