cyberark / epv-api-scripts

These API scripts enable CyberArk users to automate privileged account management task like account creation, user management, and more.
https://www.cyberark.com/best
Apache License 2.0
197 stars 176 forks source link

Create a Logon Function in a base module #306

Closed Ethlas closed 10 months ago

Ethlas commented 1 year ago

Logon Function

As a Developer, I want maintain the list repository in a simplified manner for login in So that Each login function (or section of code) will be the same in all our scripts.

Test Scenarios

Sadly, this is a big change which will require a lot of testing

Given a script When running it Then be able to still login

Implementation

Create a new module - Add function to the module

Notes

Implementation Tasks

The following issues have been created to implement this user story:

307