Skip to content

Commit

Permalink
Merge pull request #35 from PlaidCloud/paul-changes
Browse files Browse the repository at this point in the history
Paul changes
  • Loading branch information
inviscid authored Jan 25, 2024
2 parents fc98be7 + b0c3852 commit 1b3a359
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion python/plaidcloud/config/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class KeycloakConfig(NamedTuple):
realm_secret: str = ""
keycloak_issuer: str = "https://plaidcloud.io/auth/realms/PlaidCloud"


# Tenant Config Object
class TenantConfig(NamedTuple):
github_token: str = ""
github_repo: str = ""
Expand All @@ -63,6 +63,10 @@ class TenantConfig(NamedTuple):
cloud_id: int = 0
apps: list = []
services: dict = {}
google: dict = {}
aws: dict = {}
azure: dict = {}
private_cloud: dict = {}


class GlobalConfig(NamedTuple):
Expand Down

0 comments on commit 1b3a359

Please sign in to comment.