Documentation and current OpenBao functionality #605
Replies: 4 comments 4 replies
-
\o hey @microwavenby Yeah, documentation is a bit interesting right now. Because our support policy will likely be latest release only, we haven't really considered versioned documentation. I suppose it might still be useful for historical purposes.... The net is that all documentation builds from For the UI and Postgres engines, I do agree, it probably makes sense to hide that section via Happy to take PRs in either direction. |
Beta Was this translation helpful? Give feedback.
-
@cipherboy thanks for the reply. This is somewhat of a tangent, but on that other issue #129 I saw that the contributor team was missing the appropriate expertise to complete that task currently. I have some frontend experience (certainly more than my Golang experience), though admittedly it's with React (Remix and Next.js) and not Ember.js. But, trimming functionality seems likely to be less of a learning curve than writing new functionality. I'm willing to give that a look (if what you're lacking is wiling hands, rather than specifically Ember experience) |
Beta Was this translation helpful? Give feedback.
-
I think you allude to an issue with each plugin "dictating their own UI" and "lacking unified branding" -- and that's usability. If each plugin can have its own arbitrary interfaces and layout, it's going to be an interesting challenge to retain a floor of accessibility, internationalization, and usability. That said.. |
Beta Was this translation helpful? Give feedback.
-
\o hey @microwavenby, sorry for the late reply here, I've been busy! v2.1.0 released so the docs should just about be current again (sans still releasing from The UI is in better shape; #739 should track its re-introduction, though I think there's still a bit of work to do before we're confident in it to ship. But we're getting there! |
Beta Was this translation helpful? Give feedback.
-
Hi there community,
I wanted to note that the documentation has left me with expectations for features that do not currently exist within OpenBao as a platform - namely the availability of the UI, and the ability to use Postgres as a storage backend.
While the release notes for
v2.0.2
mention that the UI is not enabled, the documentation does not make this mention -- https://openbao.org/docs/configuration/ui/Discussion about the UI
Issue 129
Expectations of Postgres as a storage backend - present, maybe will change in the future
https://openbao.org/docs/configuration/storage/postgresql/
The reality of Postgres as a storage backend is mentioned only in discussions threads:
(output from an OpenBao Docker container configured to use storage type postgresql)
Discussion about Postgresql as a storage engine
The build pipeline is quite complex and unclear, and the documentation for compiling from source ends at building a dev server with
make dev
-- https://openbao.org/docs/install/#compiling-from-sourceIs the correct approach to the documentation inaccuracies to create pull requests against them? Or are there other plans do keep the documentation aligned with OpenBao versions that are necessary first?
Beta Was this translation helpful? Give feedback.
All reactions