Skip to content

Commit

Permalink
fix graph jwt secret from OCS_JWT_SECRET to GRAPH_JWT_SECRET
Browse files Browse the repository at this point in the history
  • Loading branch information
wkloucek committed Mar 15, 2022
1 parent 51d1eb0 commit 67b5458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graph/pkg/config/reva.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ type Reva struct {

// TokenManager is the config for using the reva token manager
type TokenManager struct {
JWTSecret string `ocisConfig:"jwt_secret" env:"OCIS_JWT_SECRET;OCS_JWT_SECRET"`
JWTSecret string `ocisConfig:"jwt_secret" env:"OCIS_JWT_SECRET;GRAPH_JWT_SECRET"`
}

0 comments on commit 67b5458

Please sign in to comment.