1 Answer
- Newest
- Most votes
- Most comments
1
Answer from the package maintainer:
The sagemaker-mlflow lib is called at every request. Its init method (also invoked on each request) resolves credentials from boto3 at every request. (Upon each mlfow request to the tracking server, it resolves auth, and resolves the auth registry, which ends up initiating an AuthBoto instance.)
As boto3 manages credentials refresh, when using IAM Identity Center, tracking lasts for as long as the user portal session doesn't expire.
answered 2 years ago
