minio / mc

Unix like utilities for object store
https://min.io/download
GNU Affero General Public License v3.0
2.86k stars 548 forks source link

Add ability to update tier credentials for Azure service principal ac… #4975

Closed marktheunissen closed 4 months ago

marktheunissen commented 4 months ago

…counts

Community Contribution License

All community contributions in this pull request are licensed to the project maintainers under the terms of the Apache 2 license. By creating this pull request I represent that I have the right to license the contributions to the project maintainers under the Apache 2 license.

Description

Add the ability to edit (update) the creds of an Azure tier using mc ilm tier update ALIAS MYTIER --az-sp-client-id ... with the 3 az-sp credentials

Motivation and Context

Part of the tiering functionality.

How to test this PR?

❯ ./mc ilm tier update ALIAS MYTIER --az-sp-client-id UUID --az-sp-tenant-id UUID --az-sp-client-secret SECRET

Types of changes

Checklist: