mgr32

Results 31 issues of mgr32

**Describe the bug** Consider the following controller: ``` @RestController public class SecuredController { @GetMapping(path = "/rolesAllowed_GUEST") @RolesAllowed("GUEST") public String rolesAllowed_GUEST() { return "GUEST"; } @GetMapping(path = "/rolesAllowed_ROLE_GUEST") @RolesAllowed("ROLE_GUEST") public String...

status: waiting-for-triage
in: core
type: bug

This would be useful in order to be able to override ServerConnections in given Step (for more complex scenarios).

Set-TargetResource is invoked and ends successfully even though following error is reported: dism /online /enable-feature -featurename:IIS-ASPNET45 Deployment Image Servicing and Management tool Version: 6.3.9600.17031 Image Version: 6.3.9600.17031 Enabling feature(s) [==========================100.0%==========================]...

Checkpoints should be able to decrease local deployment times (especially when error occurs).

Due to usage of New-SelfSignedCertificate function.

Currently when we want to store passwords we need to have a separate tokens file and protect it using VCS mechanisms. Should add a mechanism to encrypt/decrypt token files, possibly...

We need to be able to prevent two concurrent deployments on the same machine (configurable by user).

Sometimes following error is logged instead of proper log message: (Start-ExternalProcess.ps1/Write-EventsToLog/335) Couldn't get events: Collection was modified; enumeration operation may not execute.