diff --git a/assembly/assembly-wsmaster-war/src/main/webapp/WEB-INF/classes/che/che.properties b/assembly/assembly-wsmaster-war/src/main/webapp/WEB-INF/classes/che/che.properties index d7064d9584..6a0ff7d283 100644 --- a/assembly/assembly-wsmaster-war/src/main/webapp/WEB-INF/classes/che/che.properties +++ b/assembly/assembly-wsmaster-war/src/main/webapp/WEB-INF/classes/che/che.properties @@ -165,8 +165,8 @@ che.auth.access_denied_error_page=/error-oauth # Reserved user names che.auth.reserved_user_names= -# You can setup GitHub oAuth to automate authentication to remote repositories. -# You need to first register this application with GitHub oAuth. +# You can setup GitHub OAuth to automate authentication to remote repositories. +# You need to first register this application with GitHub OAuth. che.oauth.github.clientid=NULL che.oauth.github.clientsecret=NULL che.oauth.github.authuri= https://github.com/login/oauth/authorize diff --git a/dashboard/src/app/workspaces/create-workspace/project-source-selector/add-import-project/import-github-project/oauth-dialog/no-github-oauth-dialog.controller.ts b/dashboard/src/app/workspaces/create-workspace/project-source-selector/add-import-project/import-github-project/oauth-dialog/no-github-oauth-dialog.controller.ts index 03bf5704b1..0e385d3ef9 100644 --- a/dashboard/src/app/workspaces/create-workspace/project-source-selector/add-import-project/import-github-project/oauth-dialog/no-github-oauth-dialog.controller.ts +++ b/dashboard/src/app/workspaces/create-workspace/project-source-selector/add-import-project/import-github-project/oauth-dialog/no-github-oauth-dialog.controller.ts @@ -14,7 +14,7 @@ /** * @ngdoc controller * @name projects.create-project.github.oauth-dialog.controller:NoGithubOauthDialogController - * @description This class is handling the controller for the no Github oAuth dialog + * @description This class is handling the controller for the no Github OAuth dialog * @author Florent Benoit */ export class NoGithubOauthDialogController { diff --git a/dashboard/src/app/workspaces/create-workspace/project-source-selector/add-import-project/import-github-project/oauth-dialog/no-github-oauth-dialog.html b/dashboard/src/app/workspaces/create-workspace/project-source-selector/add-import-project/import-github-project/oauth-dialog/no-github-oauth-dialog.html index 0a6ed07ac6..54e259ee30 100644 --- a/dashboard/src/app/workspaces/create-workspace/project-source-selector/add-import-project/import-github-project/oauth-dialog/no-github-oauth-dialog.html +++ b/dashboard/src/app/workspaces/create-workspace/project-source-selector/add-import-project/import-github-project/oauth-dialog/no-github-oauth-dialog.html @@ -1,6 +1,6 @@ - +
-
GitHub oAuth is not configured. {{noGithubOauthDialogController.message}}
+
GitHub OAuth is not configured. {{noGithubOauthDialogController.message}}
diff --git a/dashboard/src/components/api/che-api.factory.ts b/dashboard/src/components/api/che-api.factory.ts index 22e2c2869b..262ea16e00 100644 --- a/dashboard/src/components/api/che-api.factory.ts +++ b/dashboard/src/components/api/che-api.factory.ts @@ -83,7 +83,7 @@ export class CheAPI { } /** - * The Che oAuth Provider API + * The Che OAuth Provider API * @returns {CheOAuthProvider} */ getOAuthProvider(): CheOAuthProvider { diff --git a/dashboard/src/components/api/che-o-auth-provider.factory.ts b/dashboard/src/components/api/che-o-auth-provider.factory.ts index 181a860985..dbf385e4f0 100644 --- a/dashboard/src/components/api/che-o-auth-provider.factory.ts +++ b/dashboard/src/components/api/che-o-auth-provider.factory.ts @@ -12,7 +12,7 @@ 'use strict'; /** - * This class is handling the registered oAuth providers. + * This class is handling the registered OAuth providers. * @author Ann Shumilova */ export class CheOAuthProvider { diff --git a/deploy/openshift/deploy_che.sh b/deploy/openshift/deploy_che.sh index 879bad8988..554f3791b5 100755 --- a/deploy/openshift/deploy_che.sh +++ b/deploy/openshift/deploy_che.sh @@ -540,7 +540,7 @@ Che server debug: ${CHE_DEBUG_SERVER} Image: ${CHE_IMAGE_REPO} Pull policy: ${IMAGE_PULL_POLICY} Update strategy: ${UPDATE_STRATEGY} -Setup OpenShift oAuth: ${SETUP_OCP_OAUTH} +Setup OpenShift OAuth: ${SETUP_OCP_OAUTH} Enable Jaeger based tracing: ${CHE_TRACING_ENABLED} Enable metrics collection: ${CHE_METRICS_ENABLED} Environment variables: @@ -580,8 +580,8 @@ ${CHE_VAR_ARRAY}" wait_for_keycloak if [ "${SETUP_OCP_OAUTH}" == "true" ]; then - printInfo "Registering oAuth client in OpenShift" - # register oAuth client in OpenShift + printInfo "Registering OAuth client in OpenShift" + # register OAuth client in OpenShift printInfo "Logging as \"system:admin\"" $OC_BINARY login -u "system:admin" KEYCLOAK_ROUTE=$($OC_BINARY get route/keycloak --namespace=${CHE_OPENSHIFT_PROJECT} -o=jsonpath={'.spec.host'}) @@ -592,7 +592,7 @@ ${CHE_VAR_ARRAY}" -p OCP_OAUTH_CLIENT_SECRET=${OCP_OAUTH_CLIENT_SECRET} | oc apply -f - # register OpenShift Identity Provider in Keycloak - printInfo "Registering oAuth client in Keycloak" + printInfo "Registering OAuth client in Keycloak" printInfo "Logging as \"${OPENSHIFT_USERNAME}\"" $OC_BINARY login -u "${OPENSHIFT_USERNAME}" -p "${OPENSHIFT_PASSWORD}" KEYCLOAK_POD_NAME=$(${OC_BINARY} get pod --namespace=${CHE_OPENSHIFT_PROJECT} -l app=keycloak --no-headers | awk '{print $1}') @@ -609,7 +609,7 @@ ${CHE_VAR_ARRAY}" -s config.defaultScope="user:full" \ --no-config --server http://localhost:8080/auth --user ${KEYCLOAK_USER} --password ${KEYCLOAK_PASSWORD} --realm master - # setup Che variables related to oAuth identity provider + # setup Che variables related to OAuth identity provider CHE_INFRA_OPENSHIFT_PROJECT= CHE_INFRA_OPENSHIFT_OAUTH__IDENTITY__PROVIDER=${OCP_IDENTITY_PROVIDER_ID} fi diff --git a/deploy/openshift/templates/che-server-template.yaml b/deploy/openshift/templates/che-server-template.yaml index f83d18f1dc..4ae68db5cc 100644 --- a/deploy/openshift/templates/che-server-template.yaml +++ b/deploy/openshift/templates/che-server-template.yaml @@ -321,11 +321,11 @@ parameters: value: 'true' - name: CHE_OAUTH_GITHUB_CLIENTID displayName: GitHub Client ID - description: GitHub oAuth app client ID. Applicable to Che single user only! + description: GitHub OAuth app client ID. Applicable to Che single user only! value: '' - name: CHE_OAUTH_GITHUB_CLIENTSECRET displayName: GitHub Client Secret - description: GitHub oAuth app client servet. Applicable to Che single user only! + description: GitHub OAuth app client servet. Applicable to Che single user only! value: '' - name: CHE_WORKSPACE_PLUGIN__REGISTRY__URL displayName: Eclipse Che plugin registry URL diff --git a/ide/che-core-ide-app/src/main/resources/org/eclipse/che/ide/CoreLocalizationConstant.properties b/ide/che-core-ide-app/src/main/resources/org/eclipse/che/ide/CoreLocalizationConstant.properties index e0dd724916..901f7c0b5d 100644 --- a/ide/che-core-ide-app/src/main/resources/org/eclipse/che/ide/CoreLocalizationConstant.properties +++ b/ide/che-core-ide-app/src/main/resources/org/eclipse/che/ide/CoreLocalizationConstant.properties @@ -504,7 +504,7 @@ project.import.cloning.failed.title=Project: {0} Sources cannot be cloned project.import.configuring.failed=Failed to configure source code of {0}. project.already.imported=Project {0} already imported. project.import.ssh.key.upload.failed.title=Clone failed -project.import.ssh.key.upload.failed.text=We are unable to clone your repository even though you\''ve configured oAuth access. \ +project.import.ssh.key.upload.failed.text=We are unable to clone your repository even though you\''ve configured OAuth access. \ Some providers do not allow automatic upload of SSH keys. Please paste your SSH key manually in your provider account preferences. import.config.view.name=Import From Che Config... diff --git a/multiuser/keycloak/che-multiuser-keycloak-server/src/main/java/org/eclipse/che/multiuser/keycloak/server/KeycloakServiceClient.java b/multiuser/keycloak/che-multiuser-keycloak-server/src/main/java/org/eclipse/che/multiuser/keycloak/server/KeycloakServiceClient.java index 0d0a991736..0c44e3c878 100644 --- a/multiuser/keycloak/che-multiuser-keycloak-server/src/main/java/org/eclipse/che/multiuser/keycloak/server/KeycloakServiceClient.java +++ b/multiuser/keycloak/che-multiuser-keycloak-server/src/main/java/org/eclipse/che/multiuser/keycloak/server/KeycloakServiceClient.java @@ -137,7 +137,7 @@ public class KeycloakServiceClient { } catch (BadRequestException e) { if (assotiateUserPattern.matcher(e.getMessage()).matches()) { // If user has no link with identity provider yet, - // we should threat this as unauthorized and send to oAuth login page. + // we should threat this as unauthorized and send to OAuth login page. throw new UnauthorizedException(e.getMessage()); } throw e; diff --git a/selenium/che-selenium-test/README.md b/selenium/che-selenium-test/README.md index 44cc3d8fa6..6a3b32c98c 100644 --- a/selenium/che-selenium-test/README.md +++ b/selenium/che-selenium-test/README.md @@ -64,7 +64,7 @@ export OPENSHIFT_TOKEN= export OPENSHIFT_CHE_NAMESPACE= export OPENSHIFT_URL= ``` -where `OPENSHIFT_TOKEN` is optional and is aimed to replace username/password when OpenShift is configured with oAuth. +where `OPENSHIFT_TOKEN` is optional and is aimed to replace username/password when OpenShift is configured with OAuth. Default values: diff --git a/wsmaster/che-core-api-auth/src/main/java/org/eclipse/che/security/oauth/OAuthAuthenticatorTokenProvider.java b/wsmaster/che-core-api-auth/src/main/java/org/eclipse/che/security/oauth/OAuthAuthenticatorTokenProvider.java index ae14feb862..15c0f52fba 100644 --- a/wsmaster/che-core-api-auth/src/main/java/org/eclipse/che/security/oauth/OAuthAuthenticatorTokenProvider.java +++ b/wsmaster/che-core-api-auth/src/main/java/org/eclipse/che/security/oauth/OAuthAuthenticatorTokenProvider.java @@ -17,7 +17,7 @@ import javax.inject.Singleton; import org.eclipse.che.api.auth.shared.dto.OAuthToken; import org.eclipse.che.security.oauth.shared.OAuthTokenProvider; -/** Retrieves oAuth token with help of OAuthAuthenticatorProvider. */ +/** Retrieves OAuth token with help of OAuthAuthenticatorProvider. */ @Singleton public class OAuthAuthenticatorTokenProvider implements OAuthTokenProvider { private final OAuthAuthenticatorProvider oAuthAuthenticatorProvider; diff --git a/wsmaster/che-core-api-user-shared/src/main/java/org/eclipse/che/api/user/shared/dto/UserDto.java b/wsmaster/che-core-api-user-shared/src/main/java/org/eclipse/che/api/user/shared/dto/UserDto.java index e224f18ba6..fe46e20ae0 100644 --- a/wsmaster/che-core-api-user-shared/src/main/java/org/eclipse/che/api/user/shared/dto/UserDto.java +++ b/wsmaster/che-core-api-user-shared/src/main/java/org/eclipse/che/api/user/shared/dto/UserDto.java @@ -34,7 +34,7 @@ public interface UserDto extends User { UserDto withId(String id); - @ApiModelProperty("User alias which is used for oAuth") + @ApiModelProperty("User alias which is used for OAuth") List getAliases(); void setAliases(List aliases);