Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auth issue c8run #4434

Merged
merged 6 commits into from
Oct 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/guides/getting-started-java-spring.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,10 @@ See our documentation on [adding the Spring Zeebe SDK to your project](/apis-too

2. Add the following dependency your `pom.xml` file, as a child of the `<dependencies>` element:

:::warning
Due to a bug in 8.6, use the Spring Zeebe SDK version `8.5.0`.
:::

```
<dependency>
<groupId>io.camunda</groupId>
Expand Down
4 changes: 4 additions & 0 deletions docs/guides/react-components/install-c8run.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
### Prerequisites

:::warning
Due to a bug in 8.6, cookie authentication is required to use the Tasklist, Operate, and Zeebe APIs included in Camunda 8 Run. For an example of authenticating via cookie, see the [Operate API documentation](/apis-tools/operate-api//authentication.md#authentication-via-cookie-self-managed-only).
:::

- OpenJDK 21+
- [Desktop Modeler](/components/modeler/desktop-modeler/install-the-modeler.md)

Expand Down
4 changes: 4 additions & 0 deletions docs/self-managed/setup/deploy/local/c8run.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ Camunda 8 Run includes the following:

## Prerequisites

:::warning
Due to a bug in 8.6, cookie authentication is required to use the Tasklist, Operate, and Zeebe APIs included in Camunda 8 Run. For an example of authenticating via cookie, see the [Operate API documentation](/apis-tools/operate-api//authentication.md#authentication-via-cookie-self-managed-only).
:::

- OpenJDK 21+
- [Desktop Modeler](/components/modeler/desktop-modeler/install-the-modeler.md)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@ Depending on your machine hardware and internet connection speed, the services m

## Connecting to Camunda 8 components

:::warning
Due to a bug in 8.6, cookie authentication is required to use the Tasklist, Operate, and Zeebe APIs. For an example of authenticating via cookie, see the [Operate API documentation](/apis-tools/operate-api//authentication.md#authentication-via-cookie-self-managed-only).
:::

Camunda services deployed in a Kubernetes cluster are not accessible from outside the cluster. To connect to your Camunda 8 cluster, use either port-forwarding or Kubernetes Ingress.

:::note
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@ Depending on your machine hardware and internet connection speed, the services m

## Connecting to Camunda 8 components

:::warning
Due to a bug in 8.6, cookie authentication is required to use the Tasklist, Operate, and Zeebe APIs. For an example of authenticating via cookie, see the [Operate API documentation](/apis-tools/operate-api//authentication.md#authentication-via-cookie-self-managed-only).
:::

Camunda services deployed in a Kubernetes cluster are not accessible from outside the cluster. To connect to your Camunda 8 cluster, use either port-forwarding or Kubernetes Ingress.

:::note
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,10 @@ See our documentation on [adding the Spring Zeebe SDK to your project](/apis-too

2. Add the following dependency your `pom.xml` file, as a child of the `<dependencies>` element:

:::warning
Due to a bug in 8.6, use the Spring Zeebe SDK version `8.5.0`.
:::

```
<dependency>
<groupId>io.camunda</groupId>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
### Prerequisites

:::warning
Due to a bug in 8.6, cookie authentication is required to use the Tasklist, Operate, and Zeebe APIs included in Camunda 8 Run. For an example of authenticating via cookie, see the [Operate API documentation](/apis-tools/operate-api//authentication.md#authentication-via-cookie-self-managed-only).
:::

- OpenJDK 21+
- [Desktop Modeler](/components/modeler/desktop-modeler/install-the-modeler.md)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ Camunda 8 Run includes the following:

## Prerequisites

:::warning
Due to a bug in 8.6, cookie authentication is required to use the Tasklist, Operate, and Zeebe APIs included in Camunda 8 Run. For an example of authenticating via cookie, see the [Operate API documentation](/apis-tools/operate-api//authentication.md#authentication-via-cookie-self-managed-only).
:::

- OpenJDK 21+
- [Desktop Modeler](/components/modeler/desktop-modeler/install-the-modeler.md)

Expand Down
Loading