Skip to content
Snippets Groups Projects
Commit da28bb33 authored by Yordan Kinkov's avatar Yordan Kinkov
Browse files

Merge branch 'add-loginEmail-policy' into 'main'

Add login email policy

See merge request gaia-x/data-infrastructure-federation-services/tsa/policies!8
parents a3d8bd0b 8ca49907
No related branches found
No related tags found
No related merge requests found
Pipeline #56480 passed with stage
in 27 seconds
{
"trustedEmails": [
"example@example.com",
"test@example.com",
"policy@example.com"
]
}
package example.loginEmail
import future.keywords.in
default allow = false
allow {
input.email in data.trustedEmails
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment