-
Notifications
You must be signed in to change notification settings - Fork 320
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove secret file existence check in Validate for headers
This commit removes the check for the existence of the secret file for headers in the `Validate` function. The check is not valid for relative paths since `Validate` is called before `SetDirectory`, which is responsible for setting up the environment. This change aligns with the handling of other secret files, which are not checked during config validation. Signed-off-by: Julien <roidelapluie@o11y.eu>
- Loading branch information
1 parent
06c2425
commit d64a747
Showing
3 changed files
with
3 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters