Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vganshin committed Apr 26, 2023
1 parent adb7e15 commit 3faa5da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zrc/config.edn
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@
{:Client {:root
{:secret #env AIDBOX_CLIENT_SECRET
:first_party true
:grant_types ["basic"]}}}
:grant_types ["basic"]}}

:AccessPolicy {:allow-root-client
{:engine "allow"
:link [{:resourceType "Client" :id "root"}]}}}}}
:link [{:resourceType "Client" :id "root"}]}}}}}}

0 comments on commit 3faa5da

Please sign in to comment.