cyberark-aws-auto-onboarding icon indicating copy to clipboard operation
cyberark-aws-auto-onboarding copied to clipboard

Solutions for automatically detecting, managing and securing privileged accounts in AWS EC2

Results 36 cyberark-aws-auto-onboarding issues
Sort by recently updated
recently updated
newest added

### Desired Outcome *Please describe the desired outcome for this PR. Said another way, what was the original request that resulted in these code changes? Feel free to copy this...

## Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. `I would like to see [...] because [...]`....

kind/enhancement
contributor

https://github.com/cyberark/cyberark-aws-auto-onboarding/blob/c0a38d56e699ca7df492963af90f61c7ba356a2f/src/aws_environment_setup/aws_environment_setup.py#L228-L241 Needs to be updated to url = f"https://{pvwa_ip}/PasswordVault/api/Accounts" data = f""" {{ "address": "1.1.1.1", "userName": "{unique_user_name}", "platformId": "UnixSSHKeys", "safeName": "{safe_name}"", "secretType": "key", "secret": "{trimmed_pem_key}", "secretManagement": {{ "automaticManagementEnabled": "False", "manualManagementReason":...

contributor

https://github.com/cyberark/cyberark-aws-auto-onboarding/blob/c0a38d56e699ca7df492963af90f61c7ba356a2f/src/aws_environment_setup/aws_environment_setup.py#L158 URL needs update to create_safe_url = f"https://{pvwa_ip}/PasswordVault/API/Safes/"

contributor

https://github.com/cyberark/cyberark-aws-auto-onboarding/blob/c0a38d56e699ca7df492963af90f61c7ba356a2f/src/aws_environment_setup/aws_environment_setup.py#L140-L141 Need to add the following so when a delete event comes it doesn't hang for an hour. return cfnresponse.send(event, context, cfnresponse.SUCCESS, None, {}, physical_resource_id) else: return cfnresponse.send(event, context, cfnresponse.SUCCESS,...

contributor

## Is your feature request related to a problem? Please describe. As mentioned in [CyberArk online documentation](https://docs.cyberark.com/Product-Doc/OnlineHelp/PAS/Latest/en/Content/Release%20Notes/RN-WhatsNew12-2.htm?TocPath=Get%20Started%7CWhat%E2%80%99s%20New%7CRelease%20Notes%7C_____3#Platformendofsupport), using first gen API routes will be deprecated and replaced by 2nd gen....

kind/enhancement
internal-contributor

How to deal with windows ec2 machine that are domain joined and administrator access is disbaled but domain admin are active

contributor

Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.8 to 1.26.5. Release notes Sourced from urllib3's releases. 1.26.5 :warning: IMPORTANT: urllib3 v2.0 will drop support for Python 2: Read more in the v2.0 Roadmap Fixed...

dependencies

Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.8 to 1.26.5. Release notes Sourced from urllib3's releases. 1.26.5 :warning: IMPORTANT: urllib3 v2.0 will drop support for Python 2: Read more in the v2.0 Roadmap Fixed...

dependencies

Bumps [rsa](https://github.com/sybrenstuvel/python-rsa) from 4.6 to 4.7. Changelog Sourced from rsa's changelog. Version 4.7 - released 2021-01-10 Fix #165: CVE-2020-25658 - Bleichenbacher-style timing oracle in PKCS#1 v1.5 decryption code Add padding...

dependencies