Rúben Silva

Results 7 issues of Rúben Silva

The credscan component does not detect hardcoded credentials in a php associative array (also, potentially in multidimensional associative array). Example Code: ```php $user_info = [ 'user1' => [ 'name' =>...

This PR adds the aforementioned features. - Use AWS Instance Metadata (EC2, ECS, EKS) - #1737 - Supports both same-account and cross-account role assuming - #1738 The core functionality of...

In first place thanks by this amazing project. I found some inconsistencies on "Sync" section. Since the source spec that comes from the API already includes ***https://*** including it on...

This PR aims to fix #97 issue by removing https://, http:// and .git from the source spec URL, since in first place https:// is added in a hard-coded way on...

### Description With Route 53 Profiles, you can apply and manage DNS-related Route 53 configurations across many VPCs and in different AWS accounts. Profiles make managing the DNS settings for...

service/route53
new-service
service/route53profiles

### Are you positive this feature should be implemented in the Helm Chart? - [X] I'm positive this is an Helm Chart feature ### Which problem is this feature request...

enhancement
good first issue

### Description The sagemaker_notebook_instance attribute [platform_identifier](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/sagemaker_notebook_instance#platform_identifier) does not support currently notebook-al2-v3 [Available identifiers](https://docs.aws.amazon.com/sagemaker/latest/dg/nbi-al2.html) ### Affected Resource(s) and/or Data Source(s) sagemaker_notebook_instance ### Potential Terraform Configuration ```terraform resource "aws_sagemaker_notebook_instance" "ni" { name...

enhancement
service/sagemaker
needs-triage