Kunaal Sikka
Kunaal Sikka
## Summary Add support for ingesting GCP BigQuery resources into Cartography. BigQuery is Google Cloud's fully managed, serverless data warehouse that enables scalable analysis over petabytes of data. This feature...
## Summary Add support for ingesting GCP Vertex AI resources into Cartography. Vertex AI is Google Cloud's unified machine learning platform for building, deploying, and scaling ML models. This feature...
## Summary Extend Azure networking support in Cartography to include Azure Firewall, Public IP addresses, and complete VM-to-network relationships. Currently, Cartography ingests VMs, VNets, Subnets, and NSGs, but lacks the...
## Summary Add support for ingesting GCP Cloud SQL resources into Cartography. Cloud SQL is Google Cloud's fully managed relational database service supporting MySQL, PostgreSQL, and SQL Server. This feature...
## Summary Add support for ingesting AWS Bedrock resources into Cartography. Amazon Bedrock is AWS's fully managed service for building generative AI applications using foundation models. This feature would allow...
### Summary We have no CI checks in place to ensure that the uv.lock file actually represents what's in the pyproject.toml dependencies. This change ensures they are in sync ###...
### Summary It would be cool if cartography could **find all paths from external LB to pods**. Something like: ```cypher MATCH path = (lb:LoadBalancerV2)-[:*]->(pod:KubernetesPod) RETURN path ``` This PR addressed...
### Summary This PR adds support for IAM roles in GCP, allowing Cartography to sync and track custom roles at both project and organization levels. Key changes: * Add organization-level...
### Summary > Describe your changes. ### Related issues or links > Include links to relevant issues or other pages. - https://github.com/cartography-cncf/cartography/issues/... ### Checklist Provide proof that this works (this...
## Summary - collect CloudTrail event selectors for each trail - expose event selectors on CloudTrailTrail nodes - document event selector fields in schema ## Testing - `python -m pytest...