Skip to content
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

Support HSTS configuration updates through deployment.toml #5420

Merged
merged 3 commits into from
Feb 6, 2024

Conversation

AfraHussaindeen
Copy link
Contributor

@AfraHussaindeen AfraHussaindeen commented Feb 3, 2024

Purpose

To customize HTTP Header Security Filter initialization parameters and set the HSTS filter URL pattern in the deployment.toml for accountrecoveryendpoint , use the following configurations:

# Configuring the URL pattern for the HSTS filter
[accountrecoveryendpoint.tomcat.http_header_security_filter]
url_pattern = "url-pattern"

# Setting initialization parameters for HTTP Header Security Filter
[[accountrecoveryendpoint.tomcat.http_header_security_filter.parameters]]
name = "param-name"
value = "param-value"

To customize HTTP Header Security Filter initialization parameters and set the HSTS filter URL pattern in the deployment.toml for authenticationendpoint , use the following configurations:

# Configuring the URL pattern for the HSTS filter
[authenticationendpoint.tomcat.http_header_security_filter]
url_pattern = "url-pattern"

# Setting initialization parameters for HTTP Header Security Filter
[[authenticationendpoint.tomcat.http_header_security_filter.parameters]]
name = "param-name"
value = "param-value"

@AfraHussaindeen AfraHussaindeen merged commit cfde931 into wso2:master Feb 6, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Provide capability to update hsts configurations from the deployment.toml file
2 participants