Stu Mace

Results 38 issues of Stu Mace

This test: https://github.com/dev-sec/windows-baseline/blob/c093ac4531631236e09972d31f606c682e17ff54/controls/user_rights.rb#L41-L50 ..currently allows for other users to be present. This is potentially necessary, if the server is a web server or SQL server, but is not secure by...

It would be great to be able to splat natively into DSC resources. An example of a workaround for this is described [here](https://gaelcolas.com/2017/11/05/pseudo-splatting-dsc-resources/). The desired outcome would be to be...

Issue-Enhancement
Area-DSC
Resolution-No Activity

Thanks for this application, it is very useful! I have a request. **Is your feature request related to a problem? Please describe.** The current situation requires applications to have access...

enhancement

### Community Note - Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request - Please do...

policy
Area: Diagnostic Settings

Desired outcome is to be able to run Terraform Plan after an Apply & have it return 'no changes required'. I've noticed with the container apps managed environment resource, that...

add validation conditions for these: secret name: ``Error: "name" may only contain alphanumeric characters and dashes`` expiration date & not before date: ``expected "expiration_date" to be a valid RFC3339 date,...

enhancement

This PR is a suggestion / illustration of the more specific question raised here: https://github.com/Azure/Azure-Verified-Modules/issues/313 It allows the location & tenant id to have good defaults, simplifying the default example...

this improves the name regex for Key Vault this initial syntax was used, which is valid, but terraform validate doesn't understand the opening part: ```regex ^(?=.{3,24}$)(?!.*--)[a-zA-Z][a-zA-Z0-9-]+[a-zA-Z0-9]$ ``` so instead a...

# Overview/summary This introduces support for route tables & routes. It has been added to support the default route issue, but is generic so can be used to create any...

# Overview/summary This PR introduces support for Entra ID (AAD) groups. I have thought it might be nice to be able to specify names as well as object IDs, that's...