Amrit Ghimire

Results 12 comments of Amrit Ghimire

Can you try once with username and password combination instead to figure out if Basic authentication with password works? @danielkza

Please have a look at https://wiki.resolution.de/doc/saml-sso/latest/all/knowledgebase-articles/technical/using-the-atlassian-product-s-rest-api-with-saml-sso-enabled Option 3 if it helps. @danielkza

Thank you @danielkza . Will look into it.

The new version has been fixed with better error reporting. Can you please drop your error stack in the thread? @songtianyi

Yes, we are querying the search endpoint to fetch the accountId that is used lately due to recent change in GDPR. Seems like the search endpoint is disabled in Self...

Thanks, Will look into supporting bearer auth as well. @songtianyi

The GTO functionality that we would like to be optimized at minimum are: - `RepoIndexManager.from_repo(path).get_commit_index(commit.sha)` We do cache `RepoIndexManager.from_repo(path)`. So, it would be good to confirm that `get_commit_index` doesn't reconstruct...

It would be great if it gets merged.

> Approving to move forward, but this design Session -> Catalog -> Sessions looks a bit weird to me. Thanks. Modified the chain logic.

The issue here is the expensive check to metadata anytime. The patch below will add an check to simple connect using google credentials so that anon will be applied if...