-
Notifications
You must be signed in to change notification settings - Fork 149
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: write our own tutorials #151
Comments
Are you sure? One would need to properly check, but if the website and docs were under the same license as the rest of the project, up until hashicorp/vault#22290 on the 11th of August, the docs would fall under the MPL license, meaning the version of the docs at that time could be imported into the OpenBao project. As usual, IANAL and IANYL etc. |
@axelsimon Yes, that link is for the documentation which is contained under our Check out this link instead: https://developer.hashicorp.com/vault/tutorials/secrets-management/pki-engine (see This was in a different (internal) repo and don't have an Edit on GitHub link, e.g., hashicorp/vault#22761 which discusses this... These tutorials don't have a license associated with them and so likely would have to be rewritten. |
Ah, i see. Thanks for taking the time to clarify! |
The current docs contain many links to Vault tutorials in the HashiCorp developer portal. Unfortunately the sources for these tutorials are not public and I don't think it's save for us to just copy the content from the Hashi website and put it into our docs verbatim.
So instead we should write our own tutorials for at least some topics. I don't think we need to rewrite all ~80 of them, but things like getting started, HA, production hardening and an how to use dynamic DB secrets are definitely needed in my opinion.
The text was updated successfully, but these errors were encountered: