Skip to content

Conversation

@johannesconsulting
Copy link
Contributor

Description

Add new functions for Vault Remote Manager that was introduced with 15.0.
Also adds related tests and docs.

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that makes existing functionality work differently)
  • Documentation update (psPAS website or command help content)
  • Other (see description)

How Has This Been Tested?

  • Pester test(s) update required
  • Pester test(s) updated
  • Pester test(s) passing

Test Configuration:

  • PowerShell version: 7
  • CyberArk PAS version: 15.0
  • OS Version: Windows Server 2022

Checklist:

  • My code follows the style guidelines of this project
  • I have followed the contributing guidelines.
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new test failures or errors
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • I have opened & linked a related issue
  • I have linked a related issue

- Added Set-PASVRMServiceConfig to configure DR parameters.
- Added Start-PASVRMService to start Vault or DR services.
- Added Stop-PASVRMService to stop Vault or DR services.
- Added Get-PASVRMDRSystemHealth to retrieve health status of DR systems.
- Added Get-PASVRMServiceConfig to fetch service configuration.
- Added Get-PASVRMServiceConfigParameter to retrieve specific service configuration parameters.
- Added Get-PASVRMServiceStatus to check the status of services.
- Added Invoke-PASVRMFailover to initiate DR failover.
- Added Restart-PASVRMService to restart Vault or DR services.
- Added documentation for all new cmdlets with examples and parameter descriptions.
@johannesconsulting
Copy link
Contributor Author

Its worth noting that VRM does not require vault/pvwa authenticaiton in the classic way. Password and username is provided in the body to support scenarios were Vault is down

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant