-
Notifications
You must be signed in to change notification settings - Fork 13
Added missing examples of some parameters. #117
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
Conversation
Added missing examples explaining the correct use of the following parameters: pubkey, api_token_id, api_token_secret
Added what kind of token is being mentioned.
My struggle is documented here. By the time I created the issue, I had already spent several hours getting token authentication to work through trial and error. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this improvement!
Co-authored-by: Felix Fontein <felix@fontein.de>
Co-authored-by: Felix Fontein <felix@fontein.de>
Co-authored-by: Felix Fontein <felix@fontein.de>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #117 +/- ##
=======================================
Coverage 59.39% 59.39%
=======================================
Files 42 42
Lines 4576 4576
Branches 936 936
=======================================
Hits 2718 2718
Misses 1729 1729
Partials 129 129 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
SUMMARY
Troubleshooted my playbook for way too long through trial and error because there weren't any examples of pubkey, api_token_id, api_token_secret parameters.
Decided to add examples for next people who might struggle with these.
ISSUE TYPE
COMPONENT NAME
community.proxmox.proxmox
ADDITIONAL INFORMATION
N/A