ansible-collections / azure

Development area for Azure Collections
https://galaxy.ansible.com/azure/azcollection
GNU General Public License v3.0
247 stars 332 forks source link

Generate sas tokens using azure-collections in ansible #1160

Open Elix3r opened 1 year ago

Elix3r commented 1 year ago
SUMMARY

Is it possible to generate azure SAS tokens using any of the existing modules?

ISSUE TYPE

azure_rm_storageaccount_sas

COMPONENT NAME

azure_rm_storageaccount

ADDITIONAL INFORMATION

Something like this

name: Create SAS token for blob storage hosts: localhost gather_facts: no collections:

Fred-sun commented 3 days ago

@Elix3r Do you want to generate a shared access token for the container or an access key for the storage account? Can you describe your requirements in detail? Thank you!