Slackbot
09/12/2023, 1:56 PMThilak Reddy
09/12/2023, 1:58 PMAsaf Cohen
09/12/2023, 2:13 PMasync def get_policy_data_config(self, url: str = None) -> DataSourceConfig:
try:
async with ClientSession(headers=self._extra_headers) as session:
...
response = await session.get(url, **self._ssl_context_kwargs)
...
except:
logger.exception(f"Failed to load data sources config")
raise
That's not a hard fix, is that something you are willing to contribute as a PR?
Otherwise i can put it in @Ro'e Katz’s queue.Thilak Reddy
09/12/2023, 4:33 PMAsaf Cohen
09/12/2023, 4:58 PMThilak Reddy
10/04/2023, 6:38 AMCannot connect to host localhost:9321 ssl:default [Connect call failed ('127.0.0.1', 9321)]
not sure why that is happening, could someone help me with that?
https://github.com/permitio/opal/pull/502Asaf Cohen
10/04/2023, 7:19 AMThilak Reddy
10/04/2023, 7:20 AMAsaf Cohen
10/04/2023, 9:03 AMThilak Reddy
10/04/2023, 9:04 AMAsaf Cohen
10/04/2023, 9:04 AMAsaf Cohen
10/04/2023, 9:04 AMAsaf Cohen
10/04/2023, 9:04 AMAsaf Cohen
10/04/2023, 9:04 AMThilak Reddy
10/04/2023, 9:04 AMAsaf Cohen
10/04/2023, 9:04 AM