Skip to content

Commit ba82508

Browse files
committed
feat(policy): classify signature flow as value choice
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 551545e commit ba82508

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/Service/Policy/Provider/Signature/SignatureFlowPolicy.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ public function get(string|\BackedEnum $policyKey): IPolicyDefinition {
4949
return $rawValue;
5050
},
5151
appConfigKey: self::SYSTEM_APP_CONFIG_KEY,
52+
resolutionMode: PolicySpec::RESOLUTION_MODE_VALUE_CHOICE,
5253
),
5354
default => throw new \InvalidArgumentException('Unknown policy key: ' . $this->normalizePolicyKey($policyKey)),
5455
};

0 commit comments

Comments
 (0)