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: add unsafe mode flag #7

Merged
merged 2 commits into from
Sep 25, 2024
Merged

feat: add unsafe mode flag #7

merged 2 commits into from
Sep 25, 2024

Conversation

vitorfdl
Copy link
Member

Add --unsafe-mode to start command

Description

This PR introduces a new --unsafe-mode option to the start command. When enabled, this mode disables TagoIO SSL Certificate verification, which can be beneficial for local testing scenarios, particularly when using ngrok.

Changes

  • Added --unsafe-mode flag to the start command
  • Implemented logic to disable SSL Certificate verification when the flag is present

Purpose

The primary purpose of this change is to facilitate easier local testing. By disabling SSL Certificate verification, developers can use tools like ngrok for local development and testing without encountering SSL-related issues.

Usage

To use this new feature, simply add the --unsafe-mode flag when running the start command:

tago-cli start --unsafe-mode

@vitorfdl vitorfdl self-assigned this Sep 25, 2024
@vitorfdl vitorfdl added documentation Improvements or additions to documentation enhancement New feature or request labels Sep 25, 2024
@vitorfdl vitorfdl merged commit 9ff28f6 into master Sep 25, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants