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(sdk): use https submodule instead of ssh #4394

Merged
merged 1 commit into from
Sep 20, 2024
Merged

Conversation

fatih-acar
Copy link
Contributor

This would break cloning with unauthenticated users.

@fatih-acar fatih-acar added the ci/skip-changelog Don't include this PR in the changelog label Sep 20, 2024
@fatih-acar fatih-acar requested a review from dgarros September 20, 2024 06:03
.gitmodules Outdated
@@ -1,3 +1,3 @@
[submodule "python_sdk"]
path = python_sdk
url = git@github.com:opsmill/infrahub-sdk-python.git
url = https://github.com/opsmill/infrahub-sdk-python
Copy link
Contributor

Choose a reason for hiding this comment

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

I'd keep the .git suffix i.e.:

url = https://github.com/opsmill/infrahub-sdk-python.git

This would break cloning with unauthenticated users.

Signed-off-by: Fatih Acar <fatih@opsmill.com>
@fatih-acar fatih-acar merged commit e88bf3a into stable Sep 20, 2024
26 of 27 checks passed
@fatih-acar fatih-acar deleted the fac-fix-submodule branch September 20, 2024 07:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci/skip-changelog Don't include this PR in the changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants