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

K06-broken-auth: Ingress object without TLS cert #57

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

nigeldouglas-itcarlow
Copy link
Contributor

Creating an Ingress Object without TLS certificates can be a security concern, as it may lead to potential vulnerabilities and data exposure. While TLS can be used for encryption, TLS also provides a level of authentication by verifying the identity of the server to which a client is connecting. This is done through the server presenting a digital certificate signed by a trusted Certificate Authority (CA). The client can verify the certificate to ensure that it is connecting to the legitimate server and not an imposter. Sadly, I don't have access to any threat research report statistics on this matter, however, this is generally considered a bad practice and should be included in the report, I believe.

Creating an Ingress Object without TLS certificates can be a security concern, as it may lead to potential vulnerabilities and data exposure. While TLS can be used for encryption, TLS also provides a level of authentication by verifying the identity of the server to which a client is connecting. This is done through the server presenting a digital certificate signed by a trusted Certificate Authority (CA). The client can verify the certificate to ensure that it is connecting to the legitimate server and not an imposter. Sadly, I don't have access to any threat research report statistics on this matter, however, this is generally considered a bad practice and should be included in the report, I believe.
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.

1 participant