-
Notifications
You must be signed in to change notification settings - Fork 282
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Jonmv/assume azure services #2634
Conversation
Signed-off-by: jonmv <venstad@gmail.com>
Signed-off-by: jonmv <venstad@gmail.com>
Signed-off-by: jonmv <venstad@gmail.com>
Signed-off-by: jonmv <venstad@gmail.com>
Signed-off-by: jonmv <venstad@gmail.com>
Signed-off-by: jonmv <venstad@gmail.com>
Signed-off-by: jonmv <venstad@gmail.com>
Signed-off-by: jonmv <venstad@gmail.com>
Signed-off-by: jonmv <venstad@gmail.com>
Signed-off-by: jonmv <venstad@gmail.com>
Signed-off-by: jonmv <venstad@gmail.com>
...ovider/src/main/java/com/yahoo/athenz/instance/provider/impl/AzureVmUserManagedIdentity.java
Show resolved
Hide resolved
} | ||
} | ||
|
||
@Override | ||
public void close() { | ||
/* For some reason, the close method is called after each confirmInstance, but the provider is reused, so we can't actually close it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you please open up an issue for this. it doesn't look right and we need to fix it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's because the InstanceAzureProvider used to be a HTTP-type provider, and those are created (and closed) for each request. I think I'll just remove the close here (the default method is empty).
Signed-off-by: jonmv <venstad@gmail.com>
Description
This work in this PR consists of three main contributions, where the first enables the other two:
Contribution Checklist:
InstanceAzureProvider
was not in use by others. This is the only breaking change.