Skip to content

Commit

Permalink
add config
Browse files Browse the repository at this point in the history
  • Loading branch information
Canicula98 committed Sep 18, 2024
1 parent fe5d667 commit d11bcfe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ dependencies = [
"get-annotations;python_version<\"3.10\"",
"PyJWT>=2.8.0",
"threadpoolctl>=3.5.0",
"requests>=2.31.0",
"cryptography",
]
dynamic = ["version"]

Expand Down
2 changes: 2 additions & 0 deletions src/dataclay/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ class ProxySettings(BaseSettings):
config_module: str = (
"proxy_config" # Could use ImportString, but ATM default values are not imported
)
#: Indicates if a JWT needs to be validated. Defaults to False.
jwt_validate: bool = False


class ClientSettings(BaseSettings):
Expand Down

0 comments on commit d11bcfe

Please sign in to comment.