Policy dropdown shows the currently active policy from the CR
A digest notification row appears below the stack in question when a mismatch occurs
For mock data:
for the instance mock data will need spec.governancePolicy.policy.activeDigest or spec.governancePolicy.policy.strictDigest for a notification to appear. strictDigest will show the error and activeDigest will show the warning. I don't think there is a way to test both via the UI right now since it requires a change in the CR, but maybe there's a way to mock it.
for the stack mock data you will need to add a digest check key and value of mismatched in one of that stacks under the kabanero stacks array, example:
Feature description
2 tests come to mind so far:
spec.governancePolicy.policy.activeDigest
orspec.governancePolicy.policy.strictDigest
for a notification to appear. strictDigest will show the error and activeDigest will show the warning. I don't think there is a way to test both via the UI right now since it requires a change in the CR, but maybe there's a way to mock it.digest check
key and value ofmismatched
in one of that stacks under the kabanero stacks array, example:Feature design or visual mockup
Additional context