summaryrefslogtreecommitdiff
path: root/releasenotes/notes/prevent-callback-url-from-being-updated-41d50b20fb236e82.yaml
blob: da21ea79e11c2fc3f9835f228eab87a2ad09dbf4 (plain)
1
2
3
4
5
6
7
8
9
10
---
security:
  - |
    Prevents additional updates of an agent ``callback_url`` through the agent
    heartbeat ``/v1/heartbeat/<node_uuid>`` endpoint as the ``callback_url``
    should remain stable through the cleaning, provisioning, or rescue
    processes. Should anything such as an unexpected agent reboot cause the
    ``callback_url``, heartbeat operations will now be ignored.
    More information can be found at
    `story 2006773 <https://storyboard.openstack.org/#!/story/2006773>`_.