Skip to content

Commit b163cf5

Browse files
committed
Add EDI key for creating a token
1 parent e399944 commit b163cf5

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

webapp/config.py.template

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ class Config:
2222
LOG_PATH = pathlib.Path("<PATH TO PROJECT ROOT>")
2323
LOG_LEVEL = logging.WARN
2424

25+
# SSL CA
26+
CA_FILE = None
27+
2528
# PASTA+ authentication token attributes
2629
PUBLIC = "public"
2730
SYSTEM = "https://pasta.edirepository.org/authentication"
@@ -35,7 +38,8 @@ class Config:
3538

3639
# EDI Authentication service
3740
AUTH = "AUTHENTICATION SERVICE ENDPOINT"
38-
CA_FILE = None
41+
AUTH_KEY = "PRIVATE_KEY"
42+
PUBLIC_ID = "PUBLIC_ID"
3943

4044
# Key attributes
4145
PUBLIC_KEY = "<PATH TO PROJECT ROOT>/keys/<PUBLIC KEY>"

0 commit comments

Comments
 (0)