Skip to content

Commit

Permalink
[no-op] Reverts authconfig to the NoAuth for default builds (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
typhonius authored Feb 21, 2025
1 parent 0442b87 commit 52c3f90
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions hasura/globals/auth-config.hml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,6 @@ kind: AuthConfig
version: v3
definition:
mode:
jwt:
claimsConfig:
namespace:
claimsFormat: Json
location: "/claims.jwt.hasura.io"
key:
fixed:
algorithm: HS256
key:
valueFromEnv: JWT_SECRET
tokenLocation:
type: BearerAuthorization
noAuth:
role: admin
sessionVariables: {}

0 comments on commit 52c3f90

Please sign in to comment.