danielsaporo

Results 7 issues of danielsaporo

Taking a look at the Okta SDK dependency, it seems like [Cartography uses a very old version](https://github.com/lyft/cartography/blob/master/setup.py#L40), pre-1.0. A quick look at the [Okta SDK for Python](https://github.com/okta/okta-sdk-python/) shows that 0.x...

maintenance
Okta

It's quite convenient for various reasons to run Cartography inside a Docker container. When doing so, the obvious question becomes how to pass in the AWS region and credentials. One...

help wanted
AWS

I am checking out Cartography with an Okta trial. So, my Okta account looks like `trial-xxxxxxx`. When Okta finishes sync'ing, I get the following error in util.py: > {code: Neo.ClientError.Statement.SyntaxError}...

bug
help wanted

How do you escape double quotes in a string (e.g. the description of a parameter, response, etc)? I've already tried `\"` and `""` and in either case the string gets...

I noticed the `Human` node type in the Okta intel module: https://github.com/lyft/cartography/blob/master/cartography/intel/okta/users.py#L159 However, this is missing from the list of types in the [Okta](https://lyft.github.io/cartography/modules/okta/index.html) documentation page, and is only briefly...

documentation

If I run Cartography from the terminal, I can see output for each step, but it's missing a timestamp. I can't quite see how long individual steps or indeed the...

maintenance

I spotted this TODO in the Okta intel module: https://github.com/lyft/cartography/blob/143a443fd1a62bff8abb561cb365376a91c16b22/cartography/intel/okta/users.py#L45 If the comment is still relevant, it probably warrants a fix.

bug
help wanted
Okta