HDDS-15915. Document Recon chatbot gateway provider and update JCEKS setup in admin guide.#496
Merged
Conversation
…setup in admin guide.
spacemonkd
approved these changes
Jul 20, 2026
spacemonkd
left a comment
Contributor
There was a problem hiding this comment.
Thanks @ArafatKhan2198 for the patch.
LGTM, +1
errose28
added a commit
to errose28/ozone-site
that referenced
this pull request
Jul 20, 2026
* master: (34 commits) HDDS-15915. Document Recon chatbot gateway provider and update JCEKS setup in admin guide. (apache#496). HDDS-15801. Add blogs on S3 compatibility and S3 conditional requests (apache#488) HDDS-14343. Apache Knox integration documentation and Docker Compose demo (apache#490) HDDS-15884. Allow GitHub avatar sources in blog CSP (apache#495) HDDS-15878. Update the Roadmap After releasing 2.2.0 (apache#494) HDDS-15506. Update Ozone website for 2.2.0 release (apache#492) HDDS-14082. Add Hue integration guide and verification compose stack (apache#203) HDDS-15767. Update system internal docs since pull replication is removed (apache#489) HDDS-15746. [Auto] Update configuration documentation (apache#487) HDDS-15619. Add user documentation for Recon AI Assistant. (apache#469) HDDS-15017. [Website v2] [Docs] [Administrator Guide] Directory Configurations for Datanode. (apache#392) HDDS-15018. [Website v2] [Docs] [Administrator Guide] Directory Configurations for Recon. (apache#393) HDDS-15613. Publish the Read Operation Implementation doc (apache#484) HDDS-15683. Updated doc for Supported Grafana version (apache#475) HDDS-15714. Group actions/cache version bumps (apache#479) HDDS-15725. zizmor check should reflect failure in fork (apache#483) HDDS-14733. Standardize the usage of the term IO in the documentation (apache#486) HDDS-15719. Add check for allowed action usage in workflows (apache#485) HDDS-15584. Add supported awscli version paragraph to user guide (apache#482) HDDS-15707. Bump Docusaurus from 3.7.0 to 3.10.1 (apache#481) ...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changes were proposed in this pull request?
This PR updates the Recon AI Assistant administrator guide to document the
gatewayLLM provider and to expand the existing JCEKS credential-provider section with setup, verification, and failure behavior that operators need in production.Why: After the
gatewayprovider was added to Recon (OpenAI-compatible gateways such as LiteLLM), the admin guide still described only directopenai,gemini, andanthropicproviders. Operators routing all models through one gateway had no documented config path. The JCEKS section also lacked gateway alias examples, explicit keystore-password options, verification steps, and notes on plaintext fallback and error behavior observed during manual testing.Changes:
#gateway-provider) with config keys, exampleozone-site.xml, and operational notes (exact model aliases, no auto-discovery, UI prefix grouping, noanthropic.base.url, fail-fast on missinggateway.base.url).gateway,gateway.api.key,gateway.base.url, andgateway.models.ozone.recon.chatbot.gateway.api.keyalias alongside other providers.HADOOP_CREDSTORE_PASSWORDandhadoop.security.credstore.java-keystore-provider.password-file./chatbot/health, emptyozone getconffor api key when JCEKS-only)./chatmay return 500 when gateway is the only provider).All examples use generic placeholders (e.g.
https://your-gateway/v1); no vendor-specific URLs.What is the link to the Apache Jira?
https://issues.apache.org/jira/browse/HDDS-15915
How was this patch tested?
npm run start(port 3001), reviewed/docs/next/administrator-guide/operations/observability/recon/recon-ai-assistant#gateway-provider#gateway-providerand#managing-api-keys