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

New plugin: ngrok #156

Closed
1 task done
arunsathiya opened this issue Jan 22, 2023 · 1 comment · Fixed by #165
Closed
1 task done

New plugin: ngrok #156

arunsathiya opened this issue Jan 22, 2023 · 1 comment · Fixed by #165
Assignees
Labels
plugin-request Request for a new shell plugin

Comments

@arunsathiya
Copy link
Contributor

Platform or tool

ngrok

Relevant links

Goal or desired behavior

Authenticate to the ngrok platform to serve two purposes:

  • Securely tunnel traffic to the internet.
  • Interact with the ngrok API.

Contribution

  • I'd be up for building the plugin myself.

Additional information

I would like some advise on how to proceed there though as the ngrok CLI (called ngrok Agent as per the docs here) serves two purposes: tunnel traffic to the internet and interact with the ngrok API.

Should I define two "credential names", or just one for Authtoken and define the other, API Key, as just a "field name"?

@arunsathiya arunsathiya added the plugin-request Request for a new shell plugin label Jan 22, 2023
@arunsathiya
Copy link
Contributor Author

Just noticed that multiple credentials are not supported yet:

✘ Has no more than one credential type defined. Plugins with multiple credential types are not supported yet
✘ Has no more than one executable defined. Plugins with multiple executables are not supported yet

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
plugin-request Request for a new shell plugin
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant