Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 0.5.1
-
Fix Version/s: 0.9.0
-
Component/s: Chef Server
-
Labels:None
-
Triage Status:Triaged
Description
Ohai system profile attributes are effectively immutable, but are editable via the webUI.
Some attributes in cookbooks may be benefited by the ability be immutable, preventing them from being edited in the webUI.
We need a way to solve this, or to describe the real problem at least.
Chris and I think this will wind up being a separate data structure, which is set up to track various meta-data about attributes, of which read only might be only one. (We're not sure what other use cases there, but hey - it's just ruby, right?)