-
Notifications
You must be signed in to change notification settings - Fork 427
Update tenant creation credentials JSON #1559
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
Conversation
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.
Fails permissions tests.
2c39258
to
94efa64
Compare
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.
Are we not planning to change this for Service Accounts UI? @jinapurapu
6a2dee6
to
485c926
Compare
85839e3
to
2cfeb56
Compare
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.
Tested. LGMT.
@harshavardhana this works on both regular |
👍🏽 |
What does this do: Changes tenant creation credentials JSON output to the format :
{
"url" : "http://localhost:5000",
"accessKey" : "YJ0RI0F4R5HWY38MD873",
"secretKey" : "OHz5CT7xdMHiXnKZP0BmZ5P4G5UvWvVaxR8gljLG",
"api": "s3v4",
"path": "auto",
}
Addresses https://github.com/miniohq/engineering/issues/270