Skip to content
Snippets Groups Projects

Rewrite get_key.py to use click instead of typer

Merged Kristian Klausen requested to merge klausenbusk/infrastructure:get_key into master
All threads resolved!

Typer doesn't work with Click 8[1].

[1] https://github.com/tiangolo/typer/issues/280

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • added 1 commit

    • 907ce2f0 - Rewrite get_key.py to use click instead of typer

    Compare with previous version

  • Kristian Klausen resolved all threads

    resolved all threads

  • Sven-Hendrik Haase approved this merge request

    approved this merge request

  • Sven-Hendrik Haase
  • added 1 commit

    • 77542146 - Rewrite get_key.py to use click instead of typer

    Compare with previous version

  • Kristian Klausen resolved all threads

    resolved all threads

  • Sven-Hendrik Haase approved this merge request

    approved this merge request

  • mentioned in commit ee21ce69

  • How didn't this break terraform for you guys? Running 'terraform plan' from within tf-stage1 fails with:

    Error: Invalid value for 'VAULT': Path 'misc/vault_hetzner.yml' does not exist.

    I suppose we could start passing existing relative paths to get_key.py instead of relying on the chdir logic?

  • Please register or sign in to reply
    Loading