Jeremy Chapeau

Results 34 comments of Jeremy Chapeau

@shyammukund I deleted your screenshot because your secret was leaking. Please consider revoking this secret ASAP.

Linked to https://github.com/cartography-cncf/cartography/pull/1606

Having the same issue when trying to implement Infisical. Infisical is even more tricky as role can be custom, so we cannot create a custom relationship for each role as...

### Option 1 – Legacy approach This is how things are currently done in some modules (e.g., PagerDuty): ```python (NodeA)-[r:REL]-(NodeB) # with r.role = str ``` This pattern doesn’t support...

Clearly I only see this for permissions things so if you are working on something will be happy to see it before choosing another approach.

Clearly I only see this for permissions things so if you are working on something will be happy to see it before choosing another approach.

@d-aggarwal by the way you could rename this PR and close https://github.com/cartography-cncf/cartography/pull/1628/files as you seems to have include the changes in that one ;)

**Before this change :** Env to export (by export, docker-compose file etc ...) ``` NEO4J_PASSWORD= LASTPASS_CID= LASTPASS_PROVEHASH= ``` Command: ``` cartography --neo4j-uri=XXX --neo4j-user= --neo4j-password-env-var=NEO4J_PASSWORD --neo4j-database= --selected-modules=lastpass --lastpass-cid-env-var=LASTPASS_CID --lastpass-provhash-env-var=LASTPASS_PROVEHASH ``` **After...

@AdityaPandeyCN feel free to join US on Slack if you need help to jump into it.