Story #21: Storage (CSI Driver) Component Credential Integration#1
Open
splat-sdlc-agent[bot] wants to merge 2 commits into
Open
Story #21: Storage (CSI Driver) Component Credential Integration#1splat-sdlc-agent[bot] wants to merge 2 commits into
splat-sdlc-agent[bot] wants to merge 2 commits into
Conversation
Implement vSphere CSI Driver integration with component-specific credentials to support reading vsphere-storage-creds from openshift-cluster-csi-drivers namespace. Implementation: - Credential reader module (credentials.go) with FQDN-based lookup - Privilege validator module (privileges.go) with 11 storage privileges - Comprehensive test coverage (7 test files) Storage privileges defined: - Datastore.AllocateSpace, FileManagement, Browse - System.Anonymous, Read, View - VirtualMachine.Config.AddExistingDisk, AddNewDisk, RemoveDisk - StorageProfile.View - StoragePod.Config Features: - Component credential reading from openshift-cluster-csi-drivers namespace - Fallback to shared credentials when component credentials not found - Multi-vCenter support with FQDN-keyed credentials - Privilege validation before storage operations - Graceful credential rotation support - Detailed error reporting Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Co-Authored-By: Minty <minty@botminter.dev>
eacd8ab to
2d3d935
Compare
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.
Story
Closes openshift-splat-team/splat-team#21
Storage (CSI Driver) Component Credential Integration
Implementation
This PR implements component credential integration for the CSI storage driver for story openshift#21.
See story issue for full implementation details, test results, and QE verification.
Staging PR - managed by BotMinter superman-atlas