@red-hat-developer-hub/e2e-test-utils 2.1.10 → 2.1.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -8,6 +8,9 @@ auth:
8
8
  clientSecret: ${GITHUB_OAUTH_APP_SECRET}
9
9
  clientId: ${GITHUB_OAUTH_APP_ID}
10
10
  callbackUrl: ${RHDH_BASE_URL}/api/auth/github/handler/frame
11
+ signIn:
12
+ resolvers:
13
+ - resolver: usernameMatchingUserEntityName
11
14
  signInPage: github
12
15
  catalog:
13
16
  locations:
@@ -10,3 +10,6 @@ plugins:
10
10
  clientId: ${GITHUB_OAUTH_APP_ID}
11
11
  clientSecret: ${GITHUB_OAUTH_APP_SECRET}
12
12
  callbackUrl: ${RHDH_BASE_URL}/api/auth/github/handler/frame
13
+ signIn:
14
+ resolvers:
15
+ - resolver: usernameMatchingUserEntityName
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@red-hat-developer-hub/e2e-test-utils",
3
- "version": "2.1.10",
3
+ "version": "2.1.11",
4
4
  "description": "Test utilities for RHDH E2E tests",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {