summaryrefslogtreecommitdiff
path: root/releasenotes/notes/redfish-virtual-media-permission-fix-1909b9cdbbbf9fd1.yaml
blob: 6e0afab9b06bf24f32181b4c7302e876cbda0a1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
upgrade:
  - |
    Operators may need to check their ``/httpboot/redfish`` folder permissions
    if using ``redfish-virtual-media``. The conductor was previously creating
    the folder with incorrect permissions.
  - |
    A permission setting has been added for ``redfish-virtual-media`` boot
    interface, which allows for explicit file permission setting when the
    driver is being used. The default for the new ``[redfish]file_permission
    setting is ``0u644``, or 644 if manually changed using ``chmod`` on the
    command line. Operators MAY need to adjust this if they were running the
    conductor with a specific ``umask`` to work around the permission setting
    defect.
fixes:
  - |
    Fixes the ``redfish-virtual-media`` and related based drivers to utilize
    an explicit file permission instead of rely upon the ironic-conductor
    umask, which may be incorrect. This can be tuned with the
    ``[redfish]file_permission`` setting.
  - |
    Fixes an issue where the default folder permission for the
    ``redfish-virtual-media`` driver where the folder permissions for the
    ``/httpboot/redfish`` folder was being created with incorrect
    permissions.