Clément Notin

Results 41 issues of Clément Notin

I noticed that if I try to use LDAP auth (eg with « mi-lxc.py attach commercial@target-commercial ») just a few seconds after starting the infra it fails. I have to...

Currently machines creation isn't parallelized which sub-utilize the hardware. I suggest parallelizing it, except for those that have dependencies (e.g. masters and others)

enhancement

The properties of a "roleDefinitions" objects are described as: https://learn.microsoft.com/en-us/graph/api/resources/unifiedroledefinition?view=graph-rest-1.0#properties However, it's missing the "condition" property that exists too. We can see it when requesting the API, as proven in...

PKCS#1 encoded RSA keys can be generated with OpenSSL using: ``` openssl genrsa [-out key.rsa] 1024 ``` The format is described in RFC 8017, and in particular: https://www.rfc-editor.org/rfc/rfc8017#appendix-A.1 Currently, such...

Python has a serialization format called [marshal](https://docs.python.org/3/library/marshal.html) which is missing from CyberChef **Describe the solution you'd like** I would like CyberChef to be able to encode and decode using the...

feature

**Describe the issue** In this example I'm searching for the "forêt de chantilly" locations (in France). I know that this exists (there are actually several items with that name). But...

Search

Currently, `Get-MgDirectoryRoleMember` only allows to filter by Directory Role ID: ``` -DirectoryRoleId ``` However, the [underlying Graph API endpoint](https://learn.microsoft.com/en-us/graph/api/directoryrole-list-members) also allows to filter directly by Role Template ID: > You...

Dependency: OpenApi
Request: Feature
Status: Needs Investigation

First of all, thanks for your work! I noticed that some Azure permissions had duplicate names. For example with `Microsoft.AAD/register/action`: ![image](https://user-images.githubusercontent.com/550823/211600784-067beab3-e801-441f-b5e0-0232b5b5ba59.png) There are a couple other examples: * Microsoft.AlertsManagement/register/action *...

We don't need git history and it's faster!