Skip to content

Commit

Permalink
Adding domains field to auto-approval config (#1013)
Browse files Browse the repository at this point in the history
* Adding domains field to auto-approval config

Implements: ASC-444

Signed-off-by: David Peraza <dperaza@redhat.com>

* More description for Auto-approval changes

Signed-off-by: David Peraza <dperaza@redhat.com>

---------

Signed-off-by: David Peraza <dperaza@redhat.com>
Co-authored-by: Matous Jobanek <mjobanek@redhat.com>
  • Loading branch information
dperaza4dustbit and MatousJobanek committed Apr 25, 2024
1 parent 76b358d commit 1df0605
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,15 @@ spec:
automaticApproval:
description: Keeps parameters necessary for automatic approval
properties:
domains:
description: 'Comma-separated email domains to consider for
auto-approval. For example: "domain.com,anotherdomain.org"
If domains is not set and enabled is true, it will default
to auto approving all authenticated emails. If domains is
set and enabled is true, it will allow auto approving only
for authenticated emails under the domains entered. If enabled
is false domains will be ignored.'
type: string
enabled:
description: Defines if the automatic approval is enabled
or not
Expand Down

0 comments on commit 1df0605

Please sign in to comment.