Actions
Bug #14701
closedAPI does not allow to set image password
Description
It seems the API does not allow to set the image password:
param :name, String, :required => true
param :username, String, :required => true
param :uuid, String, :required => true
param :compute_resource_id, String, :desc => N_("ID of compute resource")
param :architecture_id, String, :desc => N_("ID of architecture")
param :operatingsystem_id, String, :desc => N_("ID of operating system")
param :user_data, :bool, :desc => N_("Whether or not the image supports user data"), :allow_nil => true
Is this an intentional omission (maybe due to sensitive data)? Otherwise I can cook up a patch.
Updated by Dominic Cleal over 8 years ago
- Category set to API
It should be possible to set the password, but probably not retrieve it.
Updated by The Foreman Bot over 8 years ago
- Status changed from New to Ready For Testing
- Assignee set to Guido Günther
- Pull request https://github.com/theforeman/foreman/pull/3487 added
Updated by Guido Günther over 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset e9c175b853f7fd23d8c5c77ff323165055962d70.
Updated by Dominic Cleal over 8 years ago
- Translation missing: en.field_release set to 155
Actions