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

Add example policy with trustList

parent 6905f58a
No related branches found
No related tags found
No related merge requests found
Pipeline #53411 passed with stage
in 27 seconds
{
"trustlist": [
"did:web:123",
"did:web:abc"
]
}
\ No newline at end of file
package example.examplePolicy
import future.keywords.in
default trusted = false
trusted{
issuer := input.issuer
issuer in data.trustedlist
}
\ No newline at end of file
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