Skip to content
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
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
= ADR012: Supported Kubernetes versions
= ADR013: Supported Kubernetes versions
The Stackable Engineers
v0.1, 04.02.2021
:status: draft
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
= ADR013: User Authentication for Products
= ADR014: User Authentication for Products
Teo Klestrup Röijezon <teo.roijezon@stackable.de> and Sebastian Bernauer <sebastian.bernauer@stackable.de>
v0.1, 2022-03-03
:status: accepted
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
= ADR014: How Should Operators Use Values from ConfigMaps & Secrets
= ADR015: How Should Operators Use Values from ConfigMaps & Secrets
Sönke Liebau <soenke.liebau@stackable.de> and Felix Hennig <felix.hennig@stackable.de>
v0.1, 2022-04-28
:status: accepted
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
= ADR015: Representation of S3 Buckets in CRDs
= ADR016: Representation of S3 Buckets in CRDs
Sönke Liebau <soenke.liebau@stackable.tech>
v0.1, 29.04.2022
:status: accepted
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
= TLS authentication
= ADR017: TLS authentication
Sebastian Bernauer <sebastian.bernauer@stackable.de>
v0.1, 2022-05-02
:status: accepted
Expand All @@ -20,7 +20,7 @@ We want to define a common way - across all the products - to configure these me

== Decision Drivers
* Must support using no TLS usage, TLS only for encryption and TLS for encryption and authentication
* Should fit into out existing authentication concept from xref:adr/ADR013-user_authentication_for_products.adoc[]
* Should fit into out existing authentication concept from xref:adr/ADR014-user_authentication_for_products.adoc[]
* Should be easy to understand and use for the user

== Considered Options
Expand Down Expand Up @@ -108,7 +108,7 @@ spec:

=== Extend `AuthenticationClass` to support TLS

We already have a common `AuthenticationClass` structure discussed in xref:adr/ADR013-user_authentication_for_products.adoc[]
We already have a common `AuthenticationClass` structure discussed in xref:adr/ADR014-user_authentication_for_products.adoc[]
This option extends the `AuthenticationClass` so that it also support TLS authentication.

[source,yaml]
Expand Down
9 changes: 5 additions & 4 deletions modules/contributor/partials/current_adrs.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
**** xref:adr/ADR010-command_pattern.adoc[]
**** xref:adr/ADR011-directory_structure.adoc[]
**** xref:adr/ADR012-authn_token_management.adoc[]
**** xref:adr/ADR013-user_authentication_for_products.adoc[]
**** xref:adr/ARD014-using_values_from_configmaps.adoc[]
**** xref:adr/ADR015_definition_of_s3_objects.adoc[]
**** xref:adr/ADR016-tls-authentication.adoc[]
**** xref:adr/ADR013-supported_kubernetes_versions.adoc[]
**** xref:adr/ADR014-user_authentication_for_products.adoc[]
**** xref:adr/ADR015-using_values_from_configmaps.adoc[]
**** xref:adr/ADR016-definition_of_s3_objects.adoc[]
**** xref:adr/ADR017-tls_authentication.adoc[]