bab29

Results 18 issues of bab29

https://github.com/cyberark/epv-api-scripts/blob/c16e9640e04f8ce2cfd035e55a9f0d3a6f39868e/Safe%20Management/Safe-Management.ps1#L629

contributor

### Desired Outcome Made updates required to allow the playbook to be used by AWX/Ansible Tower in addition to running from CLI

Examples referencing "cyberark_credential" instead of "cyberark.pas.cyberark_credential". This is causing the prior module located at "https://github.com/cyberark/ansible-modules" to be loaded resulting in failures. https://github.com/cyberark/ansible-security-automation-collection/blob/f79c5b58a09f1d34e23612bc8c5667f6abe2622f/docs/cyberark_credential.md?plain=1#L100 https://github.com/cyberark/ansible-security-automation-collection/blob/f79c5b58a09f1d34e23612bc8c5667f6abe2622f/docs/cyberark_credential.md?plain=1#L111

### 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...

### 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...

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

Updated CloudFormation templates to all be YAML. Created a Nested CloudFormation template to allow for single file deployment Updated stackset to only deploy to a current region

Please update the following labels to say "AMI Owner Account ID" instead of "CyberArk Account ID" as this is causing lots of confusion and failed implementations while trying to figure...