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(provider): add support for pre(external) auth'd session tokens #1441

Commits on Oct 2, 2024

  1. feat(provider): add support for pre(external) auth'd session tokens

    adds provider config inputs:
      - env vars: PROXMOX_VE_AUTH_PAYLOAD; PROXMOX_VE_AUTH_TICKET with PROXMOX_VE_CSRF_PREVENTION_TOKEN
      - provider-config: auth_payload; auth_ticket with csrf_prevention_token
    
    Signed-off-by: vanillaSprinkles <vanillaSprinkles@users.noreply.github.com>
    vanillaSprinkles committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    4432a20 View commit details
    Browse the repository at this point in the history
  2. add //nolint to "todo" comments/questions and lll for build to pass; …

    …add flags to terraform-plugin-docs
    
    Signed-off-by: vanillaSprinkles <vanillaSprinkles@users.noreply.github.com>
    vanillaSprinkles committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    04d71b1 View commit details
    Browse the repository at this point in the history
  3. address first iteration of comments: remove auth-payload, improve ind…

    …ex.md
    
    Signed-off-by: vanillaSprinkles <vanillaSprinkles@users.noreply.github.com>
    vanillaSprinkles committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    50f961d View commit details
    Browse the repository at this point in the history
  4. refactor credentials using struct composition, other minor cleanups

    Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
    bpg authored and vanillaSprinkles committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    ad178ca View commit details
    Browse the repository at this point in the history
  5. fix linter error

    Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
    bpg authored and vanillaSprinkles committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    e39d152 View commit details
    Browse the repository at this point in the history
  6. fix make docs, add terraform to handle fmt

    Signed-off-by: vanillaSprinkles <vanillaSprinkles@users.noreply.github.com>
    vanillaSprinkles committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    fbac792 View commit details
    Browse the repository at this point in the history