-
Notifications
You must be signed in to change notification settings - Fork 3.4k
[KeyVault] az keyvault secret copy: Add command to copy secrets between vaults
#32751
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
jcassanji-southworks
wants to merge
38
commits into
Azure:dev
Choose a base branch
from
jcassanji-southworks:jcassanji-southworks/feature-keyvault-copy
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 24 commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
1ce27f1
feat: Add keyvault copy command
jcassanji-southworks 2e41392
keyvault secret copy command improvements
jcassanji-southworks ec4d378
Move test case to file
jcassanji-southworks fe468ec
Apply PR feedbacks
jcassanji-southworks ad02119
Update src/azure-cli/azure/cli/command_modules/keyvault/tests/latest/…
jcassanji-southworks 0b8e4cc
Update src/azure-cli/azure/cli/command_modules/keyvault/custom.py
jcassanji-southworks e90b9bd
Update src/azure-cli/azure/cli/command_modules/keyvault/custom.py
jcassanji-southworks e9722b8
Update src/azure-cli/azure/cli/command_modules/keyvault/tests/latest/…
jcassanji-southworks 90c664f
Update src/azure-cli/azure/cli/command_modules/keyvault/_params.py
jcassanji-southworks a140d6c
Apply PR feedback
jcassanji-southworks c44cf06
Merge branch 'jcassanji-southworks/feature-keyvault-copy' of https://…
jcassanji-southworks de2f265
Update src/azure-cli/azure/cli/command_modules/keyvault/_params.py
jcassanji-southworks 4fc1c56
Update src/azure-cli/azure/cli/command_modules/keyvault/custom.py
jcassanji-southworks 429bfcc
Update src/azure-cli/azure/cli/command_modules/keyvault/custom.py
jcassanji-southworks 9b3b669
Update src/azure-cli/azure/cli/command_modules/keyvault/custom.py
jcassanji-southworks 69e3d2c
Enhance keyvault secret copy command: update overwrite flag to store_…
jcassanji-southworks f241f0a
Merge branch 'jcassanji-southworks/feature-keyvault-copy' of https://…
jcassanji-southworks 8b11ea1
Fix copy_secret function: remove http_logging_policy from client kwar…
jcassanji-southworks 3376e7d
Implement secret copying functionality: add _copy_single_secret funct…
jcassanji-southworks 56bf92a
Add unit tests for keyvault secret copying functionality
jcassanji-southworks 41ad995
Merge remote-tracking branch 'upstream/dev' into jcassanji-southworks…
jcassanji-southworks e3e8f0e
Update KeyVault preparation to disable RBAC authorization for copy tests
jcassanji-southworks 398c73a
Add User-Agent filter to prevent recording mismatch in KeyVault copy …
jcassanji-southworks 2a79899
Fix unused import in keyvault custom.py
jcassanji-southworks db40168
implement PR feedback
jcassanji-southworks 6723be1
Refactor logging messages in _copy_single_secret for consistency and …
jcassanji-southworks d7bf947
Handle 404 error in copy_secret function to improve error handling fo…
jcassanji-southworks 97df9a5
Reuse existing credentials in copy_secret function to optimize authen…
jcassanji-southworks 2f44235
Enhance credential retrieval in copy_secret function to support addit…
jcassanji-southworks 31a1c75
Add unit tests for copy_secret function and remove obsolete test file
jcassanji-southworks 6ebb73e
Refactor KeyVaultCopyScenarioTest to improve test reliability and add…
jcassanji-southworks 9b8bddb
Add mock profile to test_keyvault_secret_copy test
jcassanji-southworks c7aefd1
Simplify credential handling in custom.py
jcassanji-southworks 94b3947
Refactor test setup for KeyVault secret copy test
jcassanji-southworks 8d06e9c
Refactor KeyVault secret copy tests for clarity
jcassanji-southworks 95f26f3
Refactor keyvault command tests for better mocking
jcassanji-southworks 18a6c23
Update custom.py
jcassanji-southworks aa34947
Refactor KeyVault secret copy tests to use parameterized key vault names
jcassanji-southworks File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.