mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-02 14:26:23 -04:00
cli: refactor iam create command (#1034)
* AB#2788 refactor iam create * AB#2788 go mod tidy * AB#2788 encode b64 at runtime * AB#2788 rename receiver
This commit is contained in:
parent
39b8d4e396
commit
6166b52f5d
9 changed files with 1241 additions and 1313 deletions
|
@ -26,7 +26,7 @@ type cloudCreator interface {
|
|||
) (clusterid.File, error)
|
||||
}
|
||||
|
||||
type iamCreator interface {
|
||||
type cloudIAMCreator interface {
|
||||
Create(
|
||||
ctx context.Context,
|
||||
provider cloudprovider.Provider,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue