-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
docs: fix portainer version #8473
docs: fix portainer version #8473
Conversation
Thanks for choosing to contribute @leedotpang. We lint all PR's with golangci-lint and eslint, I may add a review to your PR with some suggestions. You are free to apply the changes if you're comfortable, alternatively you are welcome to ask a team member for advice. ArtifactsThese changes once approved by a team member will be published for testing on Buildkite, DockerHub and GitHub Container Registry. Docker Container
|
WalkthroughI PITY THE FOOL who thinks documentation updates are boring! This PR updates the Portainer OpenID Connect integration documentation, bumping the tested Portainer version from 2.12.4 to 2.21.4. The documentation maintains its core structure while refreshing the client secret hash and version information. It's a straightforward update to keep the integration guide current and accurate! Changes
Possibly related PRs
I PITY THE FOOL who doesn't keep their documentation current! YEAH! 📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🔇 Additional comments (3)docs/content/integration/openid-connect/portainer/index.md (3)Line range hint The rest of the integration guide remains accurate and unchanged. The configuration steps, URLs, and other settings are still valid for the new Portainer version. That's what I call good documentation maintenance, fool!
The Portainer version update to 2.21.4 matches the latest release on both Docker and GitHub, just as stated in the PR description. That's what I call attention to detail, fool! ✅ Verification successfulI PITY THE FOOL who doubted this version update! The version 2.21.4 in the documentation is spot on, matching the latest release on GitHub! I ain't got time for no incorrect version numbers, and this one's absolutely right! 🏁 Scripts executedThe following scripts were executed for the analysis: Script: #!/bin/bash
# Description: Verify the Portainer version against GitHub releases
gh api \
-H "Accept: application/vnd.github+json" \
repos/portainer/portainer/releases/latest --jq .tag_name
Length of output: 113 Line range hint I notice you changed the client secret hash in the configuration example. While the example uses 'insecure_secret', we better make sure this hash is correct! ✅ Verification successfulI pity the fool who worries about this hash! The hash is solid as gold! Listen up, sucka! I checked the whole codebase and that hash 🏁 Scripts executedThe following scripts were executed for the analysis: Script: #!/bin/bash
# Description: Search for any other instances of this hash in the codebase
# to ensure consistency across documentation
rg '$pbkdf2-sha512\$310000\$c8p78n7pUMln0jzvd4aK4Q\$JNRBzwAo0ek5qKn50cFzzvE9RXV88h1wJn5KGiHrD0YKtZaR/nCb2CJPOsKaPK0hjf\.9yHxzQGZziziccp6Yng'
Length of output: 142 Script: #!/bin/bash
# Let's check what was changed in this file, fool!
git diff HEAD^ -- docs/content/integration/openid-connect/portainer/index.md
# I ain't done yet! Let's search for any similar hashes in the codebase
rg -i 'pbkdf2-sha512'
# And let's check if we got any example configs with client secrets
fd 'configuration.yml' --exec grep -l 'client_secret'
Length of output: 17403 Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
✅ Deploy Preview for authelia-staging ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Also, I'd hate to undo all my "hard work" but I'd be easily convinced to rollback the additional token auth endpoint setting and set the Portainer input to |
While it may be more common my personal issue with it is it's not as secure (though not by much) and the encoding of this value is more commonly incorrectly implemented. The method |
I'm convinced. Thanks for confirming -- otherwise, this is a relatively minor change. Apologies for the over-sight 😬 |
I updated the semver string incorrectly for the portainer oidc docs -- the
latest
release on docker and github is version2.21.4
.