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

new truststore config #144

Merged
merged 4 commits into from
May 30, 2024
Merged

new truststore config #144

merged 4 commits into from
May 30, 2024

Conversation

dasniko
Copy link
Owner

@dasniko dasniko commented May 15, 2024

resolves #134

Deprecating the method .useMutualTls(String tlsTruststoreFilename, String tlsTruststorePassword, HttpsClientAuth httpsClientAuth) and adding new methods to configure the truststore

.withTrustedCertificates(List<String> tlsTrustedCertificateFilenames)

and a separate method to configure mTLS independently

.withHttpsClientAuth(HttpsClientAuth httpsClientAuth)

Once the https-trust-store-* config options are being removed from Keycloak, also the deprecated method will be removed from this testcontainer.

@dasniko dasniko merged commit 861ffe6 into main May 30, 2024
1 check passed
@dasniko dasniko deleted the 134_new_truststore_config branch May 30, 2024 06:17
github-merge-queue bot pushed a commit to camunda/camunda that referenced this pull request Jun 10, 2024
… v3.4.0 (main) (#19223)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[com.github.dasniko:testcontainers-keycloak](https://togithub.com/dasniko/testcontainers-keycloak)
| `3.3.1` -> `3.4.0` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/com.github.dasniko:testcontainers-keycloak/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.github.dasniko:testcontainers-keycloak/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.github.dasniko:testcontainers-keycloak/3.3.1/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.github.dasniko:testcontainers-keycloak/3.3.1/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>dasniko/testcontainers-keycloak
(com.github.dasniko:testcontainers-keycloak)</summary>

###
[`v3.4.0`](https://togithub.com/dasniko/testcontainers-keycloak/releases/tag/3.4.0)

#### What's Changed

- use fixed health endpoint for wait strategy on new management port by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#142
- use envvars as default config options and add custom command parts by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#143
- allow for multiple provider classes locations by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#129
- new truststore config by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#144
- don't use client auth on http management port by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#146

**Full Changelog**:
dasniko/testcontainers-keycloak@v.3.3.1...3.4.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/camunda/camunda).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
github-merge-queue bot pushed a commit to camunda/camunda that referenced this pull request Jun 10, 2024
… v3.4.0 (main) (#19223)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[com.github.dasniko:testcontainers-keycloak](https://togithub.com/dasniko/testcontainers-keycloak)
| `3.3.1` -> `3.4.0` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/com.github.dasniko:testcontainers-keycloak/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.github.dasniko:testcontainers-keycloak/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.github.dasniko:testcontainers-keycloak/3.3.1/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.github.dasniko:testcontainers-keycloak/3.3.1/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>dasniko/testcontainers-keycloak
(com.github.dasniko:testcontainers-keycloak)</summary>

###
[`v3.4.0`](https://togithub.com/dasniko/testcontainers-keycloak/releases/tag/3.4.0)

#### What's Changed

- use fixed health endpoint for wait strategy on new management port by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#142
- use envvars as default config options and add custom command parts by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#143
- allow for multiple provider classes locations by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#129
- new truststore config by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#144
- don't use client auth on http management port by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#146

**Full Changelog**:
dasniko/testcontainers-keycloak@v.3.3.1...3.4.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/camunda/camunda).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
github-merge-queue bot pushed a commit to camunda/camunda that referenced this pull request Jun 10, 2024
… v3.4.0 (main) (#19223)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[com.github.dasniko:testcontainers-keycloak](https://togithub.com/dasniko/testcontainers-keycloak)
| `3.3.1` -> `3.4.0` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/com.github.dasniko:testcontainers-keycloak/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.github.dasniko:testcontainers-keycloak/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.github.dasniko:testcontainers-keycloak/3.3.1/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.github.dasniko:testcontainers-keycloak/3.3.1/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>dasniko/testcontainers-keycloak
(com.github.dasniko:testcontainers-keycloak)</summary>

###
[`v3.4.0`](https://togithub.com/dasniko/testcontainers-keycloak/releases/tag/3.4.0)

#### What's Changed

- use fixed health endpoint for wait strategy on new management port by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#142
- use envvars as default config options and add custom command parts by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#143
- allow for multiple provider classes locations by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#129
- new truststore config by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#144
- don't use client auth on http management port by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#146

**Full Changelog**:
dasniko/testcontainers-keycloak@v.3.3.1...3.4.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/camunda/camunda).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
github-merge-queue bot pushed a commit to camunda/camunda that referenced this pull request Jun 10, 2024
… v3.4.0 (main) (#19223)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[com.github.dasniko:testcontainers-keycloak](https://togithub.com/dasniko/testcontainers-keycloak)
| `3.3.1` -> `3.4.0` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/com.github.dasniko:testcontainers-keycloak/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.github.dasniko:testcontainers-keycloak/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.github.dasniko:testcontainers-keycloak/3.3.1/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.github.dasniko:testcontainers-keycloak/3.3.1/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>dasniko/testcontainers-keycloak
(com.github.dasniko:testcontainers-keycloak)</summary>

###
[`v3.4.0`](https://togithub.com/dasniko/testcontainers-keycloak/releases/tag/3.4.0)

#### What's Changed

- use fixed health endpoint for wait strategy on new management port by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#142
- use envvars as default config options and add custom command parts by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#143
- allow for multiple provider classes locations by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#129
- new truststore config by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#144
- don't use client auth on http management port by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#146

**Full Changelog**:
dasniko/testcontainers-keycloak@v.3.3.1...3.4.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/camunda/camunda).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
github-merge-queue bot pushed a commit to camunda/camunda that referenced this pull request Jun 10, 2024
… v3.4.0 (main) (#19223)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[com.github.dasniko:testcontainers-keycloak](https://togithub.com/dasniko/testcontainers-keycloak)
| `3.3.1` -> `3.4.0` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/com.github.dasniko:testcontainers-keycloak/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.github.dasniko:testcontainers-keycloak/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.github.dasniko:testcontainers-keycloak/3.3.1/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.github.dasniko:testcontainers-keycloak/3.3.1/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>dasniko/testcontainers-keycloak
(com.github.dasniko:testcontainers-keycloak)</summary>

###
[`v3.4.0`](https://togithub.com/dasniko/testcontainers-keycloak/releases/tag/3.4.0)

#### What's Changed

- use fixed health endpoint for wait strategy on new management port by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#142
- use envvars as default config options and add custom command parts by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#143
- allow for multiple provider classes locations by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#129
- new truststore config by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#144
- don't use client auth on http management port by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#146

**Full Changelog**:
dasniko/testcontainers-keycloak@v.3.3.1...3.4.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/camunda/camunda).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
github-merge-queue bot pushed a commit to camunda/camunda that referenced this pull request Jun 10, 2024
… v3.4.0 (main) (#19223)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[com.github.dasniko:testcontainers-keycloak](https://togithub.com/dasniko/testcontainers-keycloak)
| `3.3.1` -> `3.4.0` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/com.github.dasniko:testcontainers-keycloak/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.github.dasniko:testcontainers-keycloak/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.github.dasniko:testcontainers-keycloak/3.3.1/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.github.dasniko:testcontainers-keycloak/3.3.1/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>dasniko/testcontainers-keycloak
(com.github.dasniko:testcontainers-keycloak)</summary>

###
[`v3.4.0`](https://togithub.com/dasniko/testcontainers-keycloak/releases/tag/3.4.0)

#### What's Changed

- use fixed health endpoint for wait strategy on new management port by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#142
- use envvars as default config options and add custom command parts by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#143
- allow for multiple provider classes locations by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#129
- new truststore config by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#144
- don't use client auth on http management port by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#146

**Full Changelog**:
dasniko/testcontainers-keycloak@v.3.3.1...3.4.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/camunda/camunda).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
github-merge-queue bot pushed a commit to camunda/camunda that referenced this pull request Jun 10, 2024
… v3.4.0 (main) (#19223)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[com.github.dasniko:testcontainers-keycloak](https://togithub.com/dasniko/testcontainers-keycloak)
| `3.3.1` -> `3.4.0` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/com.github.dasniko:testcontainers-keycloak/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.github.dasniko:testcontainers-keycloak/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.github.dasniko:testcontainers-keycloak/3.3.1/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.github.dasniko:testcontainers-keycloak/3.3.1/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>dasniko/testcontainers-keycloak
(com.github.dasniko:testcontainers-keycloak)</summary>

###
[`v3.4.0`](https://togithub.com/dasniko/testcontainers-keycloak/releases/tag/3.4.0)

#### What's Changed

- use fixed health endpoint for wait strategy on new management port by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#142
- use envvars as default config options and add custom command parts by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#143
- allow for multiple provider classes locations by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#129
- new truststore config by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#144
- don't use client auth on http management port by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#146

**Full Changelog**:
dasniko/testcontainers-keycloak@v.3.3.1...3.4.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/camunda/camunda).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
github-merge-queue bot pushed a commit to camunda/camunda that referenced this pull request Jun 10, 2024
… v3.4.0 (main) (#19223)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[com.github.dasniko:testcontainers-keycloak](https://togithub.com/dasniko/testcontainers-keycloak)
| `3.3.1` -> `3.4.0` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/com.github.dasniko:testcontainers-keycloak/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.github.dasniko:testcontainers-keycloak/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.github.dasniko:testcontainers-keycloak/3.3.1/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.github.dasniko:testcontainers-keycloak/3.3.1/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>dasniko/testcontainers-keycloak
(com.github.dasniko:testcontainers-keycloak)</summary>

###
[`v3.4.0`](https://togithub.com/dasniko/testcontainers-keycloak/releases/tag/3.4.0)

#### What's Changed

- use fixed health endpoint for wait strategy on new management port by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#142
- use envvars as default config options and add custom command parts by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#143
- allow for multiple provider classes locations by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#129
- new truststore config by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#144
- don't use client auth on http management port by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#146

**Full Changelog**:
dasniko/testcontainers-keycloak@v.3.3.1...3.4.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/camunda/camunda).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
github-merge-queue bot pushed a commit to camunda/camunda that referenced this pull request Jun 10, 2024
… v3.4.0 (main) (#19223)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[com.github.dasniko:testcontainers-keycloak](https://togithub.com/dasniko/testcontainers-keycloak)
| `3.3.1` -> `3.4.0` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/com.github.dasniko:testcontainers-keycloak/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.github.dasniko:testcontainers-keycloak/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.github.dasniko:testcontainers-keycloak/3.3.1/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.github.dasniko:testcontainers-keycloak/3.3.1/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>dasniko/testcontainers-keycloak
(com.github.dasniko:testcontainers-keycloak)</summary>

###
[`v3.4.0`](https://togithub.com/dasniko/testcontainers-keycloak/releases/tag/3.4.0)

#### What's Changed

- use fixed health endpoint for wait strategy on new management port by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#142
- use envvars as default config options and add custom command parts by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#143
- allow for multiple provider classes locations by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#129
- new truststore config by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#144
- don't use client auth on http management port by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#146

**Full Changelog**:
dasniko/testcontainers-keycloak@v.3.3.1...3.4.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/camunda/camunda).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
github-merge-queue bot pushed a commit to camunda/camunda that referenced this pull request Jun 10, 2024
… v3.4.0 (main) (#19223)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[com.github.dasniko:testcontainers-keycloak](https://togithub.com/dasniko/testcontainers-keycloak)
| `3.3.1` -> `3.4.0` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/com.github.dasniko:testcontainers-keycloak/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.github.dasniko:testcontainers-keycloak/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.github.dasniko:testcontainers-keycloak/3.3.1/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.github.dasniko:testcontainers-keycloak/3.3.1/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>dasniko/testcontainers-keycloak
(com.github.dasniko:testcontainers-keycloak)</summary>

###
[`v3.4.0`](https://togithub.com/dasniko/testcontainers-keycloak/releases/tag/3.4.0)

#### What's Changed

- use fixed health endpoint for wait strategy on new management port by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#142
- use envvars as default config options and add custom command parts by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#143
- allow for multiple provider classes locations by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#129
- new truststore config by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#144
- don't use client auth on http management port by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#146

**Full Changelog**:
dasniko/testcontainers-keycloak@v.3.3.1...3.4.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/camunda/camunda).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
github-merge-queue bot pushed a commit to camunda/camunda that referenced this pull request Jun 11, 2024
… v3.4.0 (main) (#19223)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[com.github.dasniko:testcontainers-keycloak](https://togithub.com/dasniko/testcontainers-keycloak)
| `3.3.1` -> `3.4.0` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/com.github.dasniko:testcontainers-keycloak/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.github.dasniko:testcontainers-keycloak/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.github.dasniko:testcontainers-keycloak/3.3.1/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.github.dasniko:testcontainers-keycloak/3.3.1/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>dasniko/testcontainers-keycloak
(com.github.dasniko:testcontainers-keycloak)</summary>

###
[`v3.4.0`](https://togithub.com/dasniko/testcontainers-keycloak/releases/tag/3.4.0)

#### What's Changed

- use fixed health endpoint for wait strategy on new management port by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#142
- use envvars as default config options and add custom command parts by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#143
- allow for multiple provider classes locations by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#129
- new truststore config by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#144
- don't use client auth on http management port by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#146

**Full Changelog**:
dasniko/testcontainers-keycloak@v.3.3.1...3.4.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/camunda/camunda).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
github-merge-queue bot pushed a commit to camunda/camunda that referenced this pull request Jun 11, 2024
… v3.4.0 (main) (#19223)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[com.github.dasniko:testcontainers-keycloak](https://togithub.com/dasniko/testcontainers-keycloak)
| `3.3.1` -> `3.4.0` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/com.github.dasniko:testcontainers-keycloak/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.github.dasniko:testcontainers-keycloak/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.github.dasniko:testcontainers-keycloak/3.3.1/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.github.dasniko:testcontainers-keycloak/3.3.1/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>dasniko/testcontainers-keycloak
(com.github.dasniko:testcontainers-keycloak)</summary>

###
[`v3.4.0`](https://togithub.com/dasniko/testcontainers-keycloak/releases/tag/3.4.0)

#### What's Changed

- use fixed health endpoint for wait strategy on new management port by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#142
- use envvars as default config options and add custom command parts by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#143
- allow for multiple provider classes locations by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#129
- new truststore config by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#144
- don't use client auth on http management port by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#146

**Full Changelog**:
dasniko/testcontainers-keycloak@v.3.3.1...3.4.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/camunda/camunda).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
github-merge-queue bot pushed a commit to camunda/camunda that referenced this pull request Jun 11, 2024
… v3.4.0 (main) (#19223)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[com.github.dasniko:testcontainers-keycloak](https://togithub.com/dasniko/testcontainers-keycloak)
| `3.3.1` -> `3.4.0` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/com.github.dasniko:testcontainers-keycloak/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.github.dasniko:testcontainers-keycloak/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.github.dasniko:testcontainers-keycloak/3.3.1/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.github.dasniko:testcontainers-keycloak/3.3.1/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>dasniko/testcontainers-keycloak
(com.github.dasniko:testcontainers-keycloak)</summary>

###
[`v3.4.0`](https://togithub.com/dasniko/testcontainers-keycloak/releases/tag/3.4.0)

#### What's Changed

- use fixed health endpoint for wait strategy on new management port by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#142
- use envvars as default config options and add custom command parts by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#143
- allow for multiple provider classes locations by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#129
- new truststore config by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#144
- don't use client auth on http management port by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#146

**Full Changelog**:
dasniko/testcontainers-keycloak@v.3.3.1...3.4.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/camunda/camunda).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
github-merge-queue bot pushed a commit to camunda/camunda that referenced this pull request Jun 11, 2024
… v3.4.0 (main) (#19223)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[com.github.dasniko:testcontainers-keycloak](https://togithub.com/dasniko/testcontainers-keycloak)
| `3.3.1` -> `3.4.0` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/com.github.dasniko:testcontainers-keycloak/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.github.dasniko:testcontainers-keycloak/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.github.dasniko:testcontainers-keycloak/3.3.1/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.github.dasniko:testcontainers-keycloak/3.3.1/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>dasniko/testcontainers-keycloak
(com.github.dasniko:testcontainers-keycloak)</summary>

###
[`v3.4.0`](https://togithub.com/dasniko/testcontainers-keycloak/releases/tag/3.4.0)

#### What's Changed

- use fixed health endpoint for wait strategy on new management port by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#142
- use envvars as default config options and add custom command parts by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#143
- allow for multiple provider classes locations by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#129
- new truststore config by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#144
- don't use client auth on http management port by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#146

**Full Changelog**:
dasniko/testcontainers-keycloak@v.3.3.1...3.4.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/camunda/camunda).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
github-merge-queue bot pushed a commit to camunda/camunda that referenced this pull request Jun 11, 2024
… v3.4.0 (main) (#19223)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[com.github.dasniko:testcontainers-keycloak](https://togithub.com/dasniko/testcontainers-keycloak)
| `3.3.1` -> `3.4.0` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/com.github.dasniko:testcontainers-keycloak/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.github.dasniko:testcontainers-keycloak/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.github.dasniko:testcontainers-keycloak/3.3.1/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.github.dasniko:testcontainers-keycloak/3.3.1/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>dasniko/testcontainers-keycloak
(com.github.dasniko:testcontainers-keycloak)</summary>

###
[`v3.4.0`](https://togithub.com/dasniko/testcontainers-keycloak/releases/tag/3.4.0)

#### What's Changed

- use fixed health endpoint for wait strategy on new management port by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#142
- use envvars as default config options and add custom command parts by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#143
- allow for multiple provider classes locations by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#129
- new truststore config by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#144
- don't use client auth on http management port by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#146

**Full Changelog**:
dasniko/testcontainers-keycloak@v.3.3.1...3.4.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/camunda/camunda).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
github-merge-queue bot pushed a commit to camunda/camunda that referenced this pull request Jun 11, 2024
… v3.4.0 (main) (#19223)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[com.github.dasniko:testcontainers-keycloak](https://togithub.com/dasniko/testcontainers-keycloak)
| `3.3.1` -> `3.4.0` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/com.github.dasniko:testcontainers-keycloak/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.github.dasniko:testcontainers-keycloak/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.github.dasniko:testcontainers-keycloak/3.3.1/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.github.dasniko:testcontainers-keycloak/3.3.1/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>dasniko/testcontainers-keycloak
(com.github.dasniko:testcontainers-keycloak)</summary>

###
[`v3.4.0`](https://togithub.com/dasniko/testcontainers-keycloak/releases/tag/3.4.0)

#### What's Changed

- use fixed health endpoint for wait strategy on new management port by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#142
- use envvars as default config options and add custom command parts by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#143
- allow for multiple provider classes locations by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#129
- new truststore config by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#144
- don't use client auth on http management port by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#146

**Full Changelog**:
dasniko/testcontainers-keycloak@v.3.3.1...3.4.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/camunda/camunda).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
github-merge-queue bot pushed a commit to camunda/camunda that referenced this pull request Jun 11, 2024
… v3.4.0 (main) (#19223)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[com.github.dasniko:testcontainers-keycloak](https://togithub.com/dasniko/testcontainers-keycloak)
| `3.3.1` -> `3.4.0` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/com.github.dasniko:testcontainers-keycloak/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.github.dasniko:testcontainers-keycloak/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.github.dasniko:testcontainers-keycloak/3.3.1/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.github.dasniko:testcontainers-keycloak/3.3.1/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>dasniko/testcontainers-keycloak
(com.github.dasniko:testcontainers-keycloak)</summary>

###
[`v3.4.0`](https://togithub.com/dasniko/testcontainers-keycloak/releases/tag/3.4.0)

#### What's Changed

- use fixed health endpoint for wait strategy on new management port by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#142
- use envvars as default config options and add custom command parts by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#143
- allow for multiple provider classes locations by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#129
- new truststore config by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#144
- don't use client auth on http management port by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#146

**Full Changelog**:
dasniko/testcontainers-keycloak@v.3.3.1...3.4.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/camunda/camunda).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
github-merge-queue bot pushed a commit to camunda/camunda that referenced this pull request Jun 11, 2024
… v3.4.0 (main) (#19223)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[com.github.dasniko:testcontainers-keycloak](https://togithub.com/dasniko/testcontainers-keycloak)
| `3.3.1` -> `3.4.0` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/com.github.dasniko:testcontainers-keycloak/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.github.dasniko:testcontainers-keycloak/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.github.dasniko:testcontainers-keycloak/3.3.1/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.github.dasniko:testcontainers-keycloak/3.3.1/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>dasniko/testcontainers-keycloak
(com.github.dasniko:testcontainers-keycloak)</summary>

###
[`v3.4.0`](https://togithub.com/dasniko/testcontainers-keycloak/releases/tag/3.4.0)

#### What's Changed

- use fixed health endpoint for wait strategy on new management port by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#142
- use envvars as default config options and add custom command parts by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#143
- allow for multiple provider classes locations by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#129
- new truststore config by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#144
- don't use client auth on http management port by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#146

**Full Changelog**:
dasniko/testcontainers-keycloak@v.3.3.1...3.4.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/camunda/camunda).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
github-merge-queue bot pushed a commit to camunda/camunda that referenced this pull request Jun 11, 2024
… v3.4.0 (main) (#19223)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[com.github.dasniko:testcontainers-keycloak](https://togithub.com/dasniko/testcontainers-keycloak)
| `3.3.1` -> `3.4.0` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/com.github.dasniko:testcontainers-keycloak/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.github.dasniko:testcontainers-keycloak/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.github.dasniko:testcontainers-keycloak/3.3.1/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.github.dasniko:testcontainers-keycloak/3.3.1/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>dasniko/testcontainers-keycloak
(com.github.dasniko:testcontainers-keycloak)</summary>

###
[`v3.4.0`](https://togithub.com/dasniko/testcontainers-keycloak/releases/tag/3.4.0)

#### What's Changed

- use fixed health endpoint for wait strategy on new management port by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#142
- use envvars as default config options and add custom command parts by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#143
- allow for multiple provider classes locations by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#129
- new truststore config by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#144
- don't use client auth on http management port by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#146

**Full Changelog**:
dasniko/testcontainers-keycloak@v.3.3.1...3.4.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/camunda/camunda).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
github-merge-queue bot pushed a commit to camunda/camunda that referenced this pull request Jun 11, 2024
… v3.4.0 (main) (#19223)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[com.github.dasniko:testcontainers-keycloak](https://togithub.com/dasniko/testcontainers-keycloak)
| `3.3.1` -> `3.4.0` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/com.github.dasniko:testcontainers-keycloak/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.github.dasniko:testcontainers-keycloak/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.github.dasniko:testcontainers-keycloak/3.3.1/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.github.dasniko:testcontainers-keycloak/3.3.1/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>dasniko/testcontainers-keycloak
(com.github.dasniko:testcontainers-keycloak)</summary>

###
[`v3.4.0`](https://togithub.com/dasniko/testcontainers-keycloak/releases/tag/3.4.0)

#### What's Changed

- use fixed health endpoint for wait strategy on new management port by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#142
- use envvars as default config options and add custom command parts by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#143
- allow for multiple provider classes locations by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#129
- new truststore config by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#144
- don't use client auth on http management port by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#146

**Full Changelog**:
dasniko/testcontainers-keycloak@v.3.3.1...3.4.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/camunda/camunda).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
github-merge-queue bot pushed a commit to camunda/camunda that referenced this pull request Jun 11, 2024
… v3.4.0 (main) (#19223)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[com.github.dasniko:testcontainers-keycloak](https://togithub.com/dasniko/testcontainers-keycloak)
| `3.3.1` -> `3.4.0` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/com.github.dasniko:testcontainers-keycloak/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.github.dasniko:testcontainers-keycloak/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.github.dasniko:testcontainers-keycloak/3.3.1/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.github.dasniko:testcontainers-keycloak/3.3.1/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>dasniko/testcontainers-keycloak
(com.github.dasniko:testcontainers-keycloak)</summary>

###
[`v3.4.0`](https://togithub.com/dasniko/testcontainers-keycloak/releases/tag/3.4.0)

#### What's Changed

- use fixed health endpoint for wait strategy on new management port by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#142
- use envvars as default config options and add custom command parts by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#143
- allow for multiple provider classes locations by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#129
- new truststore config by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#144
- don't use client auth on http management port by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#146

**Full Changelog**:
dasniko/testcontainers-keycloak@v.3.3.1...3.4.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/camunda/camunda).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Change truststore configuration
1 participant