Skip to content

Ability to disable reading the global configuration Β #1607

Open
@DmitryCape

Description

@DmitryCape

Hi guys πŸ‘‹

We have an issue with Sentry CLI, it always tries to read the global config from ~/.sentryclirc.

Unfortunately, we can't allow doing that due to security reasons and therefore we get an error:

"Failed to load {CONFIG_RC_FILE_NAME} file from the home folder."

Would be great to provide an opportunity to skip this step using env var and start reading from project_config_path.

let (global_filename, mut rv) = load_global_config_file()?;

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions