From e883755680c7ac457ed0003dd671241fa2407def Mon Sep 17 00:00:00 2001 From: savagebidoof Date: Sat, 14 Oct 2023 11:14:19 +0200 Subject: [PATCH] Added section README.md for: - 10-mTLS_PeerAuthentication Renamed its files to use a capital letter at the start of the files. --- .../01-mTLS/{deployment.yaml => Deployment.yaml} | 0 .../01-mTLS/{deployment_2.yaml => Deployment_2.yaml} | 0 .../01-mTLS/{gateway.yaml => Gateway.yaml} | 0 .../{authentication.yaml => PeerAuthentication.yaml} | 0 .../{deployment.yaml => Deployment.yaml} | 0 .../02-disable-mTLS/{gateway.yaml => Gateway.yaml} | 0 .../{authentication.yaml => PeerAuthentication.yaml} | 0 .../{deployment.yaml => Deployment.yaml} | 0 .../{gateway.yaml => Gateway.yaml} | 0 .../{authentication.yaml => PeerAuthentication.yaml} | 0 10-mTLS_PeerAuthentication/README.md | 10 ++++++++++ 11 files changed, 10 insertions(+) rename 10-mTLS_PeerAuthentication/01-mTLS/{deployment.yaml => Deployment.yaml} (100%) rename 10-mTLS_PeerAuthentication/01-mTLS/{deployment_2.yaml => Deployment_2.yaml} (100%) rename 10-mTLS_PeerAuthentication/01-mTLS/{gateway.yaml => Gateway.yaml} (100%) rename 10-mTLS_PeerAuthentication/01-mTLS/{authentication.yaml => PeerAuthentication.yaml} (100%) rename 10-mTLS_PeerAuthentication/02-disable-mTLS/{deployment.yaml => Deployment.yaml} (100%) rename 10-mTLS_PeerAuthentication/02-disable-mTLS/{gateway.yaml => Gateway.yaml} (100%) rename 10-mTLS_PeerAuthentication/02-disable-mTLS/{authentication.yaml => PeerAuthentication.yaml} (100%) rename 10-mTLS_PeerAuthentication/03-mTLS-per-port-settings/{deployment.yaml => Deployment.yaml} (100%) rename 10-mTLS_PeerAuthentication/03-mTLS-per-port-settings/{gateway.yaml => Gateway.yaml} (100%) rename 10-mTLS_PeerAuthentication/03-mTLS-per-port-settings/{authentication.yaml => PeerAuthentication.yaml} (100%) create mode 100644 10-mTLS_PeerAuthentication/README.md diff --git a/10-mTLS_PeerAuthentication/01-mTLS/deployment.yaml b/10-mTLS_PeerAuthentication/01-mTLS/Deployment.yaml similarity index 100% rename from 10-mTLS_PeerAuthentication/01-mTLS/deployment.yaml rename to 10-mTLS_PeerAuthentication/01-mTLS/Deployment.yaml diff --git a/10-mTLS_PeerAuthentication/01-mTLS/deployment_2.yaml b/10-mTLS_PeerAuthentication/01-mTLS/Deployment_2.yaml similarity index 100% rename from 10-mTLS_PeerAuthentication/01-mTLS/deployment_2.yaml rename to 10-mTLS_PeerAuthentication/01-mTLS/Deployment_2.yaml diff --git a/10-mTLS_PeerAuthentication/01-mTLS/gateway.yaml b/10-mTLS_PeerAuthentication/01-mTLS/Gateway.yaml similarity index 100% rename from 10-mTLS_PeerAuthentication/01-mTLS/gateway.yaml rename to 10-mTLS_PeerAuthentication/01-mTLS/Gateway.yaml diff --git a/10-mTLS_PeerAuthentication/01-mTLS/authentication.yaml b/10-mTLS_PeerAuthentication/01-mTLS/PeerAuthentication.yaml similarity index 100% rename from 10-mTLS_PeerAuthentication/01-mTLS/authentication.yaml rename to 10-mTLS_PeerAuthentication/01-mTLS/PeerAuthentication.yaml diff --git a/10-mTLS_PeerAuthentication/02-disable-mTLS/deployment.yaml b/10-mTLS_PeerAuthentication/02-disable-mTLS/Deployment.yaml similarity index 100% rename from 10-mTLS_PeerAuthentication/02-disable-mTLS/deployment.yaml rename to 10-mTLS_PeerAuthentication/02-disable-mTLS/Deployment.yaml diff --git a/10-mTLS_PeerAuthentication/02-disable-mTLS/gateway.yaml b/10-mTLS_PeerAuthentication/02-disable-mTLS/Gateway.yaml similarity index 100% rename from 10-mTLS_PeerAuthentication/02-disable-mTLS/gateway.yaml rename to 10-mTLS_PeerAuthentication/02-disable-mTLS/Gateway.yaml diff --git a/10-mTLS_PeerAuthentication/02-disable-mTLS/authentication.yaml b/10-mTLS_PeerAuthentication/02-disable-mTLS/PeerAuthentication.yaml similarity index 100% rename from 10-mTLS_PeerAuthentication/02-disable-mTLS/authentication.yaml rename to 10-mTLS_PeerAuthentication/02-disable-mTLS/PeerAuthentication.yaml diff --git a/10-mTLS_PeerAuthentication/03-mTLS-per-port-settings/deployment.yaml b/10-mTLS_PeerAuthentication/03-mTLS-per-port-settings/Deployment.yaml similarity index 100% rename from 10-mTLS_PeerAuthentication/03-mTLS-per-port-settings/deployment.yaml rename to 10-mTLS_PeerAuthentication/03-mTLS-per-port-settings/Deployment.yaml diff --git a/10-mTLS_PeerAuthentication/03-mTLS-per-port-settings/gateway.yaml b/10-mTLS_PeerAuthentication/03-mTLS-per-port-settings/Gateway.yaml similarity index 100% rename from 10-mTLS_PeerAuthentication/03-mTLS-per-port-settings/gateway.yaml rename to 10-mTLS_PeerAuthentication/03-mTLS-per-port-settings/Gateway.yaml diff --git a/10-mTLS_PeerAuthentication/03-mTLS-per-port-settings/authentication.yaml b/10-mTLS_PeerAuthentication/03-mTLS-per-port-settings/PeerAuthentication.yaml similarity index 100% rename from 10-mTLS_PeerAuthentication/03-mTLS-per-port-settings/authentication.yaml rename to 10-mTLS_PeerAuthentication/03-mTLS-per-port-settings/PeerAuthentication.yaml diff --git a/10-mTLS_PeerAuthentication/README.md b/10-mTLS_PeerAuthentication/README.md new file mode 100644 index 0000000..dac161b --- /dev/null +++ b/10-mTLS_PeerAuthentication/README.md @@ -0,0 +1,10 @@ + +## Description + +This section is focused regarding mTLS, using Kiali dashboard to confirm which services have mTLS enabled, how to enable and disable mTLS, and as well how to apply a desired configuration targeting a specific port. + +## Examples + +- 01-mTLS +- 02-disable-mTLS +- 03-mTLS-per-port-settings