Added docs for config and encryption here from website#487
Conversation
Signed-off-by: Patrick Eschenbach <patrickeschenbach96@gmail.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #487 +/- ##
=======================================
Coverage 10.99% 10.99%
=======================================
Files 173 173
Lines 8671 8671
=======================================
Hits 953 953
Misses 7612 7612
Partials 106 106 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
@qcserestipy make sure this don't overwritten by dagger doc generation. |
Vad1mo
left a comment
There was a problem hiding this comment.
Very good, good intro and stepped approach from high level to low level.
on the first glace, what I was missing( or didn't notice) is a guide/example on how to deal with secrets in container or CI/CD setups... I think this needs a special highlight as that is a very common case.
|
Thanks a lot for the kind words! @Vad1mo I do have a short section on handling secrets, but the fact you didn’t spot it means it’s too hidden. I’ll pull it forward, add a more clear example. Really appreciate you pointing this out—and the rest of your feedback! |
…nvironments Signed-off-by: Patrick Eschenbach <patrickeschenbach96@gmail.com>
|
@bupd I tested, it seems like not to be overwritten by dagger. You mentioned that you made a suggestion, I could not see it in the PR. Is there an open suggestion still? |
Signed-off-by: Patrick Eschenbach <patrickeschenbach96@gmail.com>
Everything looks good. |
* Added docs for config and encryption here from website Signed-off-by: Patrick Eschenbach <patrickeschenbach96@gmail.com> * Added more clear info to encryption docs about ci/cd and production environments Signed-off-by: Patrick Eschenbach <patrickeschenbach96@gmail.com> * This index for the harborcli docs also has to live here Signed-off-by: Patrick Eschenbach <patrickeschenbach96@gmail.com> --------- Signed-off-by: Patrick Eschenbach <patrickeschenbach96@gmail.com>
Closes #390
Add documentation for Harbor CLI configuration and encryption management
When rendered on the website they look like this:
Screen.Recording.2025-06-04.at.21.55.29.mov
Screen.Recording.2025-06-04.at.21.55.02.mov
Purpose
This PR introduces comprehensive documentation for two critical aspects of Harbor CLI:
Changes
Configuration Management Documentation
--configflag > env var > XDG paths)Encryption Management Documentation