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

enhancement: Share security options #12

Merged
merged 16 commits into from
Feb 7, 2025
Merged

enhancement: Share security options #12

merged 16 commits into from
Feb 7, 2025

Conversation

Blankf
Copy link
Contributor

@Blankf Blankf commented Feb 6, 2025

💡 Summary of the pull request
adding the option to set the file share security parameters on a storage account

🛠️ Implementation Details

default = {
smb = {
authentication_types = ["NTLMv2", "Kerberos"]
channel_encryption_type = ["AES-128-CCM", "AES-128-GCM", "AES-256-GCM"]
kerberos_ticket_encryption_type = ["AES-256"]
multichannel_enabled = false
versions = ["SMB3.1.1"]
}
}

@Blankf Blankf added the enhancement New feature or request label Feb 6, 2025
@github-actions github-actions bot added the feature New feature or request label Feb 6, 2025
Copy link
Contributor

github-actions bot commented Feb 6, 2025

Terraform Format and Style 🖌success

Terraform Initialization ⚙️``

Terraform Lint 📖success

Terraform Validation 🤖success

Validation Output

Success! The configuration is valid.


@Dennisvandermeulen
Copy link
Collaborator

LGTM, changed network_configuration and storage_management_policy to reflect same setup

@Blankf Blankf merged commit 0116102 into main Feb 7, 2025
@Blankf Blankf deleted the share_security_options branch February 7, 2025 10:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants