Fixing issue 473 by allowing rotating vault component users only#474
Open
Ethlas wants to merge 5 commits intocyberark:mainfrom
Open
Fixing issue 473 by allowing rotating vault component users only#474Ethlas wants to merge 5 commits intocyberark:mainfrom
Ethlas wants to merge 5 commits intocyberark:mainfrom
Conversation
This script fixes issue cyberark#473
Invoke-ComponentUserPasswordReset is a new script that can be ran outside of the remote workflow. This is useful if there is no access to the machines themselves by the admin user of cyberark.
Contributor
Author
|
Do not merge it yet, I want to do a final testing again just in case. |
Contributor
Author
|
Fully tested, cannot be used with installeruser (as token cannot be used with installer user, and cybeark auth does not seem to work correctly, it works with any other pcloud admin). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This script fixes issue #473
Desired Outcome
Created the logic to rotate credentials in the vault using similar logic as the reset credentials remotely.
Implemented Changes
Describe how the desired outcome above has been achieved with this PR. In
particular, consider:
Connected Issue/Story
Resolves #[relevant GitHub issue(s), e.g. 76] #473
CyberArk internal issue ID: [insert issue ID] #473
Definition of Done
Closing an issue
Changelog
The CHANGELOG has been updated, or
This PR does not include user-facing changes and doesn't require a
CHANGELOG update
there is no Changelog file to update.
Test coverage
changes, or
Tested on a privilege cloud tenant post migration. passwords were rotated. Please note, if you want to run this with installeruser you have to use cyberark credentials not identity token.
Documentation
READMEs) were updated in this PRBehavior
Security