-
Notifications
You must be signed in to change notification settings - Fork 298
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
Update Service Acct fns based on new ListServiceAccounts type #2824
Conversation
Tests seem to be failing as we are not pointing to the correct branches, @kannappanr could you advise me on how we move forward in these cases? Do we temporarily add a |
Since this is a dependency, we would need to first upgrade |
39a37de
to
34dc889
Compare
Will address the integration test failure |
34dc889
to
1ddc27c
Compare
Fixed the restapi test, however the integration test is failing as we are using the minio/minio image that doesn't contain the change located at minio/minio#17249. |
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.
LGTM
7f36bd2
to
b99c8f5
Compare
I have just updated the PR to use the untagged mc version which includes minio/mc#4576, we can now merge the PR if it's okay to do so 👍 |
@kaankabalak I also see minio/minio#17249 is not merged yet |
It needs to be merged here first since this is a server dependency. |
Hi @dvaldivia, as @harshavardhana said, this is a dependency for minio/minio#17249, therefore we can merge this PR first 👍 I have also edited the first comment of this PR accordingly. |
A failing test due to the server not having the support for the new data structure
|
Hi @harshavardhana, as stated here, the test is failing because it is using the latest minio which doesn't contain the changes in minio/minio#17249 |
As per minio/mc#4576, in order to be able to list Service Accounts with their expiration dates on
mc
, we would need to update Service Account functions in Console.Please merge this PR before minio/minio#17249 as it is a dependency.