Viajaz
Viajaz
Support for Microsoft Incoming Webhooks (Eg: Microsoft Teams Channel Webhooks) would be useful Example: `https://customertenantname.webhook.office.com/webhookb2/ffffffff-ffff-ffff-ffff-ffffffffffff@ffffffff-ffff-ffff-ffff-ffffffffffff/IncomingWebhook/ffffffffffffffffffffffffffffffff/ffffffff-ffff-ffff-ffff-ffffffffffff` Possible Regex: ```regex https:\/\/[a-z0-9A-Z]+\.webhook\.office\.com\/webhookb2\/[\da-zA-Z]{8}-([\da-zA-Z]{4}-){3}[\da-zA-Z]{12}@[\da-zA-Z]{8}-([\da-zA-Z]{4}-){3}[\da-zA-Z]{12}\/IncomingWebhook\/[\da-zA-Z]{32}\/[\da-zA-Z]{8}-([\da-zA-Z]{4}-){3}[\da-zA-Z]{12} ``` cc @zricethezav
### Describe the Feature There already exists inbuilt middleware for Authentication but having inbuilt middleware for Authorization of Routes would be useful as well, possibly using a RBAC model. -...
### Describe the Change The documentation for [WebEvent](https://github.com/Badgerati/Pode/blob/master/docs/Tutorials/WebEvent.md) should be more extensive and cover more than just the first depth of the object (Eg: how are those hashtables, like `Route`,...
### Describe the Bug Subsequent (2nd, 3rd etc.) HTTPS Requests Timeout when using a ClientCertificate-based AuthScheme after PodeServer start. ### Steps To Reproduce **Server.ps1** ```powershell #requires -Version 7.2 #requires -Modules...
Being able to read and set an ADCS instances `AuditFilter` value would be useful. https://www.pkisolutions.com/enabling-active-directory-certificate-services-adcs-advanced-audit/ I'm sorry if this feature already exists, I couldn't find it in the documentation nor...
One cannot use the `SigningCertificate` Parameter for the _Manual (out-of-band) OCSP signing certificate enrollment and assignment_ scenario as the Cmdlet seems to require the `SigningServer` Parameter which would not make...
It would be useful to be able to pass on a string of a base64 encoded CSR directly to `Submit-CertificateRequest` instead of having to dump it to [file](https://github.com/PKISolutions/PSPKI/blob/master/PSPKI/Client/Submit-CertificateRequest.ps1#L69) first.
# Report issue Tags inside `li` elements are not being converted. Unnecessary whitespace is also being produced. ## Expected behavior ``` Addresses a known issue that only affects Windows Arm-based...
The ability to have more flexible attachments (other than just specifying path) would be useful. The easiest way to do this is to change the `$Attachment` [Parameter](https://github.com/EvotecIT/Mailozaurr/blob/9841b80e3cbd0248ccd900ef9892cb4ab43a7236/Public/Send-EmailMessage.ps1#L329) to `[object[]]` type...
Cmdlets like `Invoke-SSHStreamShellCommand` appear to return a String of the StdOut of their calls, despite documentation saying otherwise, it would be useful if Cmdlets like `Invoke-SSHCommandExpectSecureAction` and `Invoke-SSHCommandExpectAction` could do...