-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/bugfix/GH-2569-add-digest-for-de…
…x-config' into w/2.6/bugfix/GH-2569-add-digest-for-dex-config
- Loading branch information
Showing
9 changed files
with
144 additions
and
18 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,6 +8,17 @@ Feature: Cluster and Services Configurations | |
When we update the CSC 'spec.deployment.replicas' to '3' | ||
Then we have '3' at 'status.available_replicas' for 'dex' Deployment in namespace 'metalk8s-auth' | ||
|
||
Scenario: Update Admin static user password | ||
Given: the Kubernetes API is available | ||
And we have a 'metalk8s-dex-config' CSC in namespace 'metalk8s-auth' | ||
# NOTE: Consider that admin user is the first of the userlist | ||
# Update password to "new-password" | ||
When we update the CSC 'spec.localuserstore.userlist.0.hash' to '$2y$14$pDe0vj917rR3XJQ5iEZvhuSGoWkZg2/qBN/mMLqwFSz9S7EYcbIpO' | ||
Then the control-plane Ingress path '/oidc' is available | ||
And pods with label 'app.kubernetes.io/name=dex' are 'Ready' | ||
And we are not able to login to Dex as '[email protected]' using password 'password' | ||
And we are able to login to Dex as '[email protected]' using password 'new-password' | ||
|
||
Scenario: Customization of pre-defined Prometheus rules | ||
Given the Kubernetes API is available | ||
And pods with label 'app=prometheus' are 'Ready' | ||
|
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