-
Notifications
You must be signed in to change notification settings - Fork 116
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* RHBK support Make changes so RHSSO tests become parametrized and work for both RHSSO and RHBK * Refactor SSOHost and limit templatesync tests * Remove self.rhbk, it's not used * Replace removed .rhbk by type check
- Loading branch information
Showing
10 changed files
with
261 additions
and
162 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# section for RHBK integration | ||
RHBK: | ||
# RHBK Hostname | ||
HOST_NAME: # update with rhbk host name | ||
# RHBK port, 8443 by default | ||
HOST_PORT: # update with rhbk host name | ||
# RHBK Host Url | ||
HOST_URL: # update with rhbk environment url | ||
# RHBK Host Admin of Realm | ||
RHBK_USER: sat_admin | ||
# RHBK Host Admin Password | ||
RHBK_PASSWORD: # update with password | ||
# RHBK Host Realm | ||
REALM: satqe | ||
TOTP_SECRET: # update with the totp secret token |
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
Oops, something went wrong.