-
Notifications
You must be signed in to change notification settings - Fork 5
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] How do you actually install and try this? #37
Comments
Thanks for your interest in this extension! You're correct, this has not been released to PyPi yet. The reason is that imo having a working link to the rendered docs embedded in the release is quite important for this extension, but there is no organization-wide infrastructure for hosting them yet. @nicholasmhughes Has there been any progress regarding hosting the docs for extensions inside the org? Anything I can help with? For the time being, you would have to build a release yourself to install it:
This will yield a built wheel at |
Thank you! I thought my pip wasn't setup correctly... I'll give this a try and report back... |
Thanks! Was able to get it to build and install with your instructions.
It seems like my vault.read_secrets are still working as expected...and I haven't made any changes. Is there a way to know I am using this ext instead of the default vault modules? Edit:
After adding the updates in https://github.com/salt-extensions/saltext-vault/blob/main/docs/topics/migration_from_core.md It worked great! Thank you for the help. |
You're welcome. :) The configuration is backwards-compatible, so it should have still been using the updated modules while warning about the need for updated config (the log message is in fact proof that you were using the modules from this extension). It's still important to update the config though to avoid unnecessary overhead. Vs the 3006.* |
Not yet. It's still on my list, and should get some attention soon. |
So, I managed to get docs builds from the main branch hosted on our GitHub Pages site (for a start). It's not perfect since they are not versioned (see #40 for details), but it removed the blocker for a first release: https://pypi.org/project/saltext.vault/ 🎉 That felt good. :) Going to unpin this now, thanks for everyone's patience. I have some other modules I would like to get included here, as well as Salt-SSH support. Stay tuned! |
Description
I can't seem to find how to actually install and use this extension. My understanding is https://github.com/salt-extensions/saltext-vault/blob/main/README.md is just to install for development.
The install doc here https://github.com/salt-extensions/saltext-vault/blob/main/docs/topics/installation.md says to just
salt-pip install saltext-vault
but that does not exist.What am I missing? How do I actually get this installed and try it?
Suggested Fix
Better docs or a link to how to install extensions?
Type of documentation
Guide
Additional context
I am running on a fresh install of salt 3006.5 on almalinux 9.3
Eager to help test but need some guidance please!
The text was updated successfully, but these errors were encountered: