Skip to content

Commit

Permalink
fix auth again
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmurdoch19 committed Apr 24, 2024
1 parent 02634c4 commit 51e495e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ def load_json(file_name):
]
)

config["USER_API"] = "http://fence-service/" # for use by authutils
config["BASE_URL"] = "https://%s/user" % conf_data["hostname"] # for use by authutils remove when authutils gets updated
config["USER_API"] = "http://fence-service/" # for use by authutils og: "https://%s/user" % conf_data["hostname"]
# use the USER_API URL instead of the public issuer URL to accquire JWT keys
config["FORCE_ISSUER"] = True
config["DICTIONARY_URL"] = environ.get(
Expand Down

0 comments on commit 51e495e

Please sign in to comment.