-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[DOC FIX] Updating 1.1.2 Documentation with the required fixes #13006
Conversation
3. Web Configuration: | ||
|
||
``` | ||
web: | ||
uriPath: ${WEB_CONF_URI_PATH:-"/api"} | ||
hsts: | ||
enabled: ${WEB_CONF_HSTS_ENABLED:-false} | ||
maxAge: ${WEB_CONF_HSTS_MAX_AGE:-"365 days"} | ||
includeSubDomains: ${WEB_CONF_HSTS_INCLUDE_SUBDOMAINS:-"true"} | ||
preload: ${WEB_CONF_HSTS_PRELOAD:-"true"} | ||
frame-options: | ||
enabled: ${WEB_CONF_FRAME_OPTION_ENABLED:-false} | ||
option: ${WEB_CONF_FRAME_OPTION:-"SAMEORIGIN"} | ||
origin: ${WEB_CONF_FRAME_ORIGIN:-""} | ||
content-type-options: | ||
enabled: ${WEB_CONF_CONTENT_TYPE_OPTIONS_ENABLED:-false} | ||
xss-protection: | ||
enabled: ${WEB_CONF_XSS_PROTECTION_ENABLED:-false} | ||
on: ${WEB_CONF_XSS_PROTECTION_ON:-true} | ||
block: ${WEB_CONF_XSS_PROTECTION_BLOCK:-true} | ||
csp: | ||
enabled: ${WEB_CONF_XSS_CSP_ENABLED:-false} | ||
policy: ${WEB_CONF_XSS_CSP_POLICY:-"default-src 'self'"} | ||
reportOnlyPolicy: ${WEB_CONF_XSS_CSP_REPORT_ONLY_POLICY:-""} | ||
referrer-policy: | ||
enabled: ${WEB_CONF_REFERRER_POLICY_ENABLED:-false} | ||
option: ${WEB_CONF_REFERRER_POLICY_OPTION:-"SAME_ORIGIN"} | ||
permission-policy: | ||
enabled: ${WEB_CONF_PERMISSION_POLICY_ENABLED:-false} | ||
option: ${WEB_CONF_PERMISSION_POLICY_OPTION:-""} | ||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this a breaking change @mohityadav766 ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if it's not added the server won't start. We need to update the docs generally to specify that people should use the latest openmetadata.yaml file. We might even want to publish that as part of the release bits if necessary
Fixing the Doc of 1.1.2 with the required changes
Type of change:
Checklist:
Fixes <issue-number>: <short explanation>