Skip to content

Commit

Permalink
feat: update auth keys in application.conf (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
damianxu88 authored Apr 22, 2022
1 parent e7e2131 commit b61c144
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions orchard-ws/conf/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@ orchard.auth = {
enabled = false
header-name = "x-api-key"
hashed-keys = {
"f6e42a3c0dffee079face0da061ee2c9a871eebe098ac481248e34cfe023955b" = ["admin", "user"]
"70ad8c1543728a3e61bbec26d1df5bd742d1c2f464f2ac54a2fec5e709eba890" = ["admin"]
"3a2ff1b1c99723b96886f843ca1470392c847d7f75fffcf5d77b33baea0cf422" = ["user"]
user = [ ${?MCE_ENV_X_API_USER}, ${?MCE_ENV_X_API_ADMIN_USER} ]
admin = [ ${?MCE_ENV_X_API_ADMIN}, ${?MCE_ENV_X_API_ADMIN_USER} ]
}
}

Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ThisBuild / version := "0.3.4"
ThisBuild / version := "0.3.5"

0 comments on commit b61c144

Please sign in to comment.