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