-
Notifications
You must be signed in to change notification settings - Fork 209
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Storage Credentials #1004
Storage Credentials #1004
Conversation
CosmosDB test region workaround (#896)
reset failed provisioning in case the outcome changes
Removes non string helper functions out of stringhelpers.go (IsBeingD…
secret:
|
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.
Functionality looks good but it looks like the PR might need to be updated with master. I can re-review and approve then
pkg/resourcemanager/storages/blobcontainer/blob_container_manager.go
Outdated
Show resolved
Hide resolved
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
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 and functionality looks good. A couple of comments that needs addressing and this should be good to go.
pkg/resourcemanager/storages/storageaccount/storageaccount_manager.go
Outdated
Show resolved
Hide resolved
pkg/resourcemanager/storages/blobcontainer/blob_container_manager.go
Outdated
Show resolved
Hide resolved
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 and looks good
closes #913
Describe the bug
We currently do not store credentials for the storage account. We should store those in a secret, and remove the StorageOutput struct, which is not being used either.
To Reproduce
Steps to reproduce the behavior:
Create SA, no secret is created
Expected behavior
When creating a storage account, a secret should be created with credentials for connecting to the storage account, with the following fields:
Completion Criteria