summaryrefslogtreecommitdiff
path: root/releasenotes/notes/trust-redelegate-25a6cfc78528a361.yaml
blob: 8d5d1d3b6b85c0aa92db1fa02bf94154aafe77d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
features:
  - |
    Added new config option ``[DEFAULT]allow_trusts_redelegation`` (``False``
    by default). When enabled and ``reauthentication_auth_method`` is set to
    ``trusts``, Heat will always create trusts with enabled redelegation,
    for both trusts used for long running stacks and for trusts used for
    deferred authentication.
security:
  - |
    With both ``reauthentication_auth_method`` set to ``trusts`` and
    ``allow_trusts_redelegation`` set to ``True`` (new config option, ``False``
    by default), Heat will always create trusts with enabled redelegation,
    for both trusts used for long running stacks and for trusts used for
    deferred authentication. This have security implications and is only
    recommended when Heat is set to use trust and you experience problems
    with other services Heat consumes that also require to create trusts
    from token being passed by Heat (examples are Aodh and Heat running in
    another region).