Eduardo Lopez

Results 12 comments of Eduardo Lopez

FWIW AWS libraries in other languages already do this: https://github.com/aws/aws-sdk-go/blob/master/aws/credentials/processcreds/provider.go#L347

I think this is a great idea, would certainly save a lot of time. We could start asking for confirmation on each `state mv` to start out safe. Not too...

Hey @divyav , thanks for reachign out! We are in the process of open sourcing the Bless lambda replacement that relies on oauth/oidc for federated access (rather than AWS IAM...

Would you be able to double check if you can perform encryption (maybe by verifying the policy) with your kmsauth kms key?

I would also like to exclude pre-releases and only be notified of releases.

``` use database snowalert; DROP PIPE data.aws_cloudtrail_${CONNECTOR_NAME}_events_pipe; DROP TABLE data.aws_cloudtrail_${CONNECTOR_NAME}_events_staging; DROP TABLE data.aws_cloudtrail_${CONNECTOR_NAME}_events_connection; DROP STAGE data.aws_cloudtrail_${CONNECTOR_NAME}_events_stage; DROP STREAM data.aws_cloudtrail_${CONNECTOR_NAME}_events_stream; DROP TASK data.aws_cloudtrail_${CONNECTOR_NAME}_events_task; ``` some manual commands to rm partially configured...

> One of the longer term efforts we are pushing for is to migrate runtime components of SnowAlert to features in Snowflake-proper, so that, e.g. Data Connectors could be defined...

``` 'use strict' // Adapted from https://aws.amazon.com/blogs/database/monitoring-your-security-with-guardduty-in-real-time-with-amazon-elasticsearch-service/ const aws = require('aws-sdk'); const s3 = new aws.S3(); // Prefix key with date const now = new Date(); const year = now.getUTCFullYear();...

^ we have some terraform for these that we could open source. Otherwise, what's the thought on connectors that require some "auxiliary" piece of infrastructure?

@abatilo would you mind describing what you are hoping to achieve and what issues you are seeing?