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

Add HTTP variant of Discover #7

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Add HTTP variant of Discover #7

wants to merge 1 commit into from

Conversation

taiidani
Copy link

@taiidani taiidani commented May 6, 2022

What

Adding the ability to perform discovery against HTTP-based endpoints, enabling Local Development-based use cases for users such as those developing upon TFC.

@hashicorp-cla
Copy link

hashicorp-cla commented May 6, 2022

CLA assistant check
All committers have signed the CLA.

Copy link
Member

@radeksimko radeksimko left a comment

Choose a reason for hiding this comment

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

👋🏻 @taiidani
Would it make sense to keep the API footprint small and "hide" this as a field e.g. UseInsecureHTTP bool under the Disco struct?

@annawinkler annawinkler changed the base branch from master to main January 23, 2023 18:01
@taiidani
Copy link
Author

@radeksimko I actually recently confirmed an alternate solution that works for terraform CLI-based executions hashicorp/terraform#31018 (comment). This method works much better than a publicly exposed feature!

I haven't yet confirmed if this works for terraform-provider-tfe's use of svchost. Would you happen to know if it will?

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