-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add PowerScale Auth 2.0 E2E Test (#698)
* Add Auth PowerScale endpoint * Fix PowerScale scenarios in operator e2e * Add port to powerscale karavi auth config * Fix auth configuration on template files * Update Powerscale auth secret * Add PowerScale Auth v2 test * Fix Auth v2 PowerScale parameters * Add PowerScale Auth v2 scenarios * Fix scenarios for PowerScale * Speed up testing waits for validation * Add Powerscale port variable * Update parameters
- Loading branch information
1 parent
7fffe94
commit c28b624
Showing
10 changed files
with
225 additions
and
56 deletions.
There are no files selected for viewing
This file contains 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 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 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 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
4 changes: 2 additions & 2 deletions
4
tests/e2e/testfiles/powerscale-templates/karavi-authorization-config.json
This file contains 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
8 changes: 5 additions & 3 deletions
8
tests/e2e/testfiles/powerscale-templates/powerscale-auth-secret-template.yaml
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,11 @@ | ||
isilonClusters: | ||
- clusterName: "REPLACE_CLUSTERNAME" | ||
username: "REPLACE_USER" | ||
password: "REPLACE_PASS" | ||
username: "ignored" | ||
password: "ignored" | ||
isDefault: true | ||
endpoint: "REPLACE_AUTH_ENDPOINT" | ||
endpointPort: "REPLACE_PORT" | ||
endpointPort: "REPLACE_AUTH_PORT" | ||
skipCertificateValidation: true | ||
mountEndpoint: "REPLACE_ENDPOINT" | ||
isiPath: "/ifs/data/csi" | ||
isiVolumePathPermissions: "0777" |
This file contains 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.