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: Terminate dns name of default loginUrl #80

Merged
merged 2 commits into from
Nov 24, 2023
Merged

feat: Terminate dns name of default loginUrl #80

merged 2 commits into from
Nov 24, 2023

Conversation

jokajak
Copy link
Contributor

@jokajak jokajak commented Nov 22, 2023

This changeset sets the bitwarden-eso-provider.clusterSecretStore.loginUrl to be terminated with a . so that the search domain is not appended to the hostname ideally forcing it to resolve within the cluster.

This changeset sets the bitwarden-eso-provider.clusterSecretStore.loginUrl to be terminated with a `.` so that the search domain is not appended to the hostname ideally forcing it to resolve within the cluster.
@jessebot jessebot requested a review from cloudymax November 24, 2023 08:37
@jessebot
Copy link
Collaborator

Could you please bump the helm chart version here by one patch version (so 0.5.1):

This way, when the change is merged, it will push out a new release of the helm chart :)

Have you tested this locally?

Also, tagged @cloudymax for review as they work on this code base more than me.

@cloudymax
Copy link
Collaborator

cloudymax commented Nov 24, 2023

Looks like it works to me

Current method:

$ kubectl exec -i -t dnsutils -- nslookup bitwarden-eso-provider.external-secrets.svc.cluster.local
Server:         10.43.0.10
Address:        10.43.0.10#53

Name:   bitwarden-eso-provider.external-secrets.svc.cluster.local
Address: 10.43.228.224

New method:

$ kubectl exec -i -t dnsutils -- nslookup bitwarden-eso-provider.external-secrets.svc.cluster.local.
Server:         10.43.0.10
Address:        10.43.0.10#53

Name:   bitwarden-eso-provider.external-secrets.svc.cluster.local
Address: 10.43.228.224

After the chart is bumped we can get this merged 👍

Copy link
Collaborator

@jessebot jessebot left a comment

Choose a reason for hiding this comment

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

Looks good! Thank you for your contribution!

@jessebot jessebot merged commit 4777e49 into small-hack:main Nov 24, 2023
1 of 2 checks passed
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.

3 participants