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

feat: add secret validation to ingress analyzer #141

Merged

Conversation

matthisholleville
Copy link
Contributor

Closes #140

📑 Description

This commit adds a check to the ingress analyzer that verifies whether the secret declared in the ingress exists on the cluster. This helps to ensure that only valid secrets are used in the ingress configuration.

✅ Checks

  • My pull request adheres to the code style of this project
  • My code requires changes to the documentation
  • I have updated the documentation as required
  • All the tests have passed

ℹ Additional Information

@matthisholleville matthisholleville requested a review from a team as a code owner March 29, 2023 19:10
This commit adds a check to the ingress analyzer that verifies whether the secret declared in the ingress exists on the cluster. This helps to ensure that only valid secrets are used in the ingress configuration.

Signed-off-by: Matthis Holleville <matthish29@gmail.com>
@matthisholleville matthisholleville changed the title feat(ingress): add secret validation to ingress analyzer feat: add secret validation to ingress analyzer Mar 29, 2023
@thschue thschue enabled auto-merge (squash) March 29, 2023 20:36
@thschue thschue merged commit 86c7e81 into k8sgpt-ai:main Mar 29, 2023
Chadiii pushed a commit to Chadiii/k8sgpt that referenced this pull request Mar 30, 2023
This commit adds a check to the ingress analyzer that verifies whether the secret declared in the ingress exists on the cluster. This helps to ensure that only valid secrets are used in the ingress configuration.

Signed-off-by: Matthis Holleville <matthish29@gmail.com>
Signed-off-by: Chadiii <blackbeard@DESKTOP-P8DU4CN.localdomain>
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.

feature: ingress secret check
3 participants