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 --secrets-file option to daemon and run modes #67

Merged
merged 2 commits into from
Mar 20, 2023

Conversation

Callum027
Copy link
Member

@Callum027 Callum027 commented Mar 20, 2023

  • Add the capability of overriding the secrets file used by Buildarr with the --secrets-file option to buildarr daaemon and buildarr run
  • Make sure the configuration file and secrets files are not resolved for symlinks in daemon mode, as the targets can change between runs
  • Make sure configuration file and secrets file absolute paths get resolved (even if the file doesn't exist) under buildarr run and buildarr test-config

@Callum027 Callum027 added enhancement New feature or request cli Issue or pull request related to the Buildarr CLI labels Mar 20, 2023
@Callum027 Callum027 added this to the v0.4.0 milestone Mar 20, 2023
@Callum027 Callum027 self-assigned this Mar 20, 2023
@Callum027 Callum027 linked an issue Mar 20, 2023 that may be closed by this pull request
@Callum027 Callum027 merged commit ebb3966 into main Mar 20, 2023
@Callum027 Callum027 deleted the 62-secretsfile-arg branch March 20, 2023 19:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cli Issue or pull request related to the Buildarr CLI enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow overriding the secrets file using a command line argument
1 participant