Skip to content

Commit

Permalink
fix(connectors): BI-0 allow public usage for CHYT (#592)
Browse files Browse the repository at this point in the history
  • Loading branch information
KonstantAnxiety authored Aug 23, 2024
1 parent 79ffc70 commit 2c793d8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/dl_connector_chyt/dl_connector_chyt/core/us_connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,10 @@ def get_secret_keys(cls) -> set[DataKey]:
DataKey(parts=("token",)),
}

@property
def allow_public_usage(self) -> bool:
return True

@property
def token(self) -> str:
return self.data.token
Expand Down

0 comments on commit 2c793d8

Please sign in to comment.