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

[FEATURE REQUEST]: citrixadc_responderaction - headers support #1184

Open
adc-nerd opened this issue Jul 23, 2024 · 0 comments
Open

[FEATURE REQUEST]: citrixadc_responderaction - headers support #1184

adc-nerd opened this issue Jul 23, 2024 · 0 comments

Comments

@adc-nerd
Copy link

Description

It's possible to send custom headers in a "responder action" i.e cache-control for maintenance pages.
This is currently not implemented in "citrixadc_responderaction".

Affected Resource(s) and/or Data Source(s)

citrixadc_responderaction

Equivalent NetScaler CLI Command

add responder action res_act_maintenance_page respondwithhtmlpage my-html-page responseStatusCode 503 -headers cache-control("no-cache,no-store,must-revalidate")

Potential Terraform Configuration

resource "citrixadc_responderaction" "my-html-page" {
...
headers = "cache-control(\"no-cache,no-store,must-revalidate\")"
...
}

References

API Docs: https://developer-docs.netscaler.com/en-us/adc-nitro-api/current-release/configuration/responder/responderaction

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant