Skip to content

Commit

Permalink
feat(self-managed): add basic auth for deployments docs (#3811)
Browse files Browse the repository at this point in the history
  • Loading branch information
philippfromme committed May 22, 2024
1 parent 80d602d commit baf4d9f
Show file tree
Hide file tree
Showing 10 changed files with 35 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,20 @@ Multi-tenancy is only available with authentication enabled [through Identity](/

![deployment via Camunda 8](./img/deploy-endpoint.png)

4. Select **OAuth**, and input the credentials in case your gateway requires authentication:
4. Select **Basic**, and input your username and password in case your gateway requires basic authentication:

![basic auth configuration](./img/deploy-with-basic-auth.png)

5. Select **OAuth**, and input the credentials in case your gateway requires authentication with OAuth:

:::note
The OAuth URL needs to contain the full path to the token endpoint, i.e. `https://<keycloak base url>/auth/realms/camunda-platform/protocol/openid-connect/token`.
:::

![oauth configuration](./img/deploy-with-oauth.png)

5. Select the **Remember** checkbox if you want to locally store the connection information.
6. Select the **Remember** checkbox if you want to locally store the connection information.

6. Click **Deploy** to perform the actual deployment.
7. Click **Deploy** to perform the deployment.

![deployment successful](./img/deploy-success.png)
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,20 @@ You can connect to Camunda 8 both securely and insecurely through the `https` an
Secured connections to a remote endpoint will only be established if the remote server certificate is trusted by the app. Ensure that signing trusted roots and intermediate certificates [are known to the app](/components/modeler/desktop-modeler/flags/flags.md#zeebe-ssl-certificate).
:::

1. Select **OAuth**, and input the credentials in case your gateway requires authentication:
4. Select **Basic**, and input your username and password in case your gateway requires basic authentication:

![basic auth configuration](./img/deploy-with-basic-auth.png)

5. Select **OAuth**, and input the credentials in case your gateway requires authentication with OAuth:

:::note
The OAuth URL needs to contain the full path to the token endpoint, i.e. `https://<keycloak base url>/auth/realms/camunda-platform/protocol/openid-connect/token`.
:::

![oauth configuration](./img/deploy-with-oauth.png)

5. Select the **Remember** checkbox if you want to locally store the connection information.
6. Select the **Remember** checkbox if you want to locally store the connection information.

6. Click **Deploy** to perform the actual deployment.
7. Click **Deploy** to perform the deployment.

![deployment successful](./img/deploy-success.png)
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,20 @@ Multi-tenancy is only available with authentication enabled [through Identity](/

![deployment via Camunda 8](./img/deploy-endpoint.png)

4. Select **OAuth**, and input the credentials in case your gateway requires authentication:
4. Select **Basic**, and input your username and password in case your gateway requires basic authentication:

![basic auth configuration](./img/deploy-with-basic-auth.png)

5. Select **OAuth**, and input the credentials in case your gateway requires authentication with OAuth:

:::note
The OAuth URL needs to contain the full path to the token endpoint, i.e. `https://<keycloak base url>/auth/realms/camunda-platform/protocol/openid-connect/token`.
:::

![oauth configuration](./img/deploy-with-oauth.png)

5. Select the **Remember** checkbox if you want to locally store the connection information.
6. Select the **Remember** checkbox if you want to locally store the connection information.

6. Click **Deploy** to perform the actual deployment.
7. Click **Deploy** to perform the deployment.

![deployment successful](./img/deploy-success.png)
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,20 @@ Multi-tenancy is only available with authentication enabled [through Identity](/

![deployment via Camunda 8](./img/deploy-endpoint.png)

4. Select **OAuth**, and input the credentials in case your gateway requires authentication:
4. Select **Basic**, and input your username and password in case your gateway requires basic authentication:

![basic auth configuration](./img/deploy-with-basic-auth.png)

5. Select **OAuth**, and input the credentials in case your gateway requires authentication with OAuth:

:::note
The OAuth URL needs to contain the full path to the token endpoint, i.e. `https://<keycloak base url>/auth/realms/camunda-platform/protocol/openid-connect/token`.
:::

![oauth configuration](./img/deploy-with-oauth.png)

5. Select the **Remember** checkbox if you want to locally store the connection information.
6. Select the **Remember** checkbox if you want to locally store the connection information.

6. Click **Deploy** to perform the actual deployment.
7. Click **Deploy** to perform the deployment.

![deployment successful](./img/deploy-success.png)
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,20 @@ Multi-tenancy is only available with authentication enabled [through Identity](/

![deployment via Camunda 8](./img/deploy-endpoint.png)

4. Select **OAuth**, and input the credentials in case your gateway requires authentication:
4. Select **Basic**, and input your username and password in case your gateway requires basic authentication:

![basic auth configuration](./img/deploy-with-basic-auth.png)

5. Select **OAuth**, and input the credentials in case your gateway requires authentication with OAuth:

:::note
The OAuth URL needs to contain the full path to the token endpoint, i.e. `https://<keycloak base url>/auth/realms/camunda-platform/protocol/openid-connect/token`.
:::

![oauth configuration](./img/deploy-with-oauth.png)

5. Select the **Remember** checkbox if you want to locally store the connection information.
6. Select the **Remember** checkbox if you want to locally store the connection information.

6. Click **Deploy** to perform the actual deployment.
7. Click **Deploy** to perform the deployment.

![deployment successful](./img/deploy-success.png)
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit baf4d9f

Please sign in to comment.