Review ords skills#15
Open
Fm0007 wants to merge 7 commits intooracle:mainfrom
Open
Conversation
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.
Summary
This PR updates the ORDS skills to correct outdated, inaccurate, and broken ORDS documentation examples. It aligns the skills with current ORDS CLI and configuration behavior, refreshes standalone HTTPS and reverse-proxy guidance, fixes the silent install walkthrough, replaces invalid monitoring settings with supported ones, corrects CORS guidance, and updates broken or outdated Oracle documentation links to 25.4 references.
Commit Breakdown
What changed
ords config secret setexamples with the correct ords config secret --password-stdin form.--secure-port,--certificate-hostname, andstandalone.https.cert.secret.serve --secure --port,standalone.https.cert,standalone.https.cert.key,standalone.https.port, andstandalone.https.host.security.forceHTTPSwith the documentedsecurity.httpsHeaderCheck.--interactive false.--db-usernameexample and clarified that--db-useris the correct flag when overriding the default runtime user.--password-stdinwith both inline stdin input and file-based input redirection.--proxy-userwhere the examples provide both administrator and runtime-user passwords on stdin.ords config set db.tablespaceguidance with install-time--schema-tablespaceand--schema-temp-tablespaceoptions.security.allowedCORS*settings.ORDS.SET_MODULE_ORIGINS_ALLOWED.security.externalSessionTrustedOrigins.security.requestValidationFunctionis not the CORS allowlist.log.level,log.logging.requestlog*,standalone.threadPoolMax, andmisc.pagination.defaultLimit.Validation
config secret set,security.forceHTTPS,allowedCORS*,--secure-port,standalone.https.cert.secret,--interactive false, and invalid monitoring settings were removed from the revised skills.--password-stdin,--proxy-user, and install-time tablespace options.ORDS.SET_MODULE_ORIGINS_ALLOWEDandsecurity.externalSessionTrustedOrigins.Notes
This is a skills/documentation change only.