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

Fix external dns, ingress tls certs #103

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

Conversation

bobotimi
Copy link
Contributor

@bobotimi bobotimi commented Oct 8, 2024

  • Fixed external dns for AWS - external dns service account was not being created in the correct namespace

  • Added templates for requesting certificates (via CertManager and LetsEncrypt) for domains specified on Ingresses (tested for Azure and AWS

@bobotimi bobotimi marked this pull request as ready for review November 27, 2024 15:02
@bobotimi bobotimi added the enhancement New feature or request label Nov 27, 2024
@bobotimi
Copy link
Contributor Author

Readme updates coming shortly

@bobotimi bobotimi force-pushed the NEXUS-43951-docker-subdomain-issues branch from 547e523 to 4548bdf Compare November 27, 2024 17:01
Copy link
Contributor

@dibastidas dibastidas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

@@ -169,6 +169,97 @@ AWS Secret Manager is disabled by default. If you would like to store your datab
- You'll need an IAM role with necessary permissions and associate that IAM role with the service account used by your pods:
- See [External secrets operator EKS service account credentials](https://external-secrets.io/latest/provider/aws-secrets-manager/#eks-service-account-credentials) for more details.

##### Cert-Manager Configuration
Copy link

@Devleooper Devleooper Dec 2, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

idk if this is only in github preview but it is broken, the table seems to cut at some point and I can see the raw table data instead of the preview, probably a formatting issue?

Copy link

@Devleooper Devleooper Dec 2, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

After checking , it seems like there is a line break in the table section (line 915), probably needs to get fixed

Copy link

@Devleooper Devleooper left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not an expert but in general LGTM , The only detail holding my +1 is this formatting issue with the README 👀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants