Skip to content
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

Support contentType for azure_rm_keyvaultsecret #116

Closed
WesToleman opened this issue May 14, 2020 · 0 comments · Fixed by #317
Closed

Support contentType for azure_rm_keyvaultsecret #116

WesToleman opened this issue May 14, 2020 · 0 comments · Fixed by #317
Labels
medium_priority Medium priority

Comments

@WesToleman
Copy link

Migrated from Ansible issue #67839

SUMMARY

Azure KeyVault secrets have an optional content type. This is exposed via the setsecret REST API and Az Powershell Set-AzKeyVaultSecret. The azure_rm_keyvaultsecret module does not support this option.

ISSUE TYPE
  • Feature Idea
COMPONENT NAME

azure_rm_keyvaultsecret

ADDITIONAL INFORMATION

I would like a secret_content_type parameter added to the module.

# Example invocation
- name: Create a secret
  azure_rm_keyvaultsecret:
    secret_name: MySecret
    secret_value: My_Pass_Sec
    secret_content_type: My_Content_Type
    keyvault_uri: https://contoso.vault.azure.net/
    tags:
        testing: testing
        delete: never
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
medium_priority Medium priority
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants