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

feat(AV-199348, AV-203300, AV-203299): Netscaler bug fixes #2931

Merged
merged 1 commit into from
Apr 18, 2024

Conversation

sagarpsalvi
Copy link
Contributor

@sagarpsalvi sagarpsalvi commented Apr 4, 2024

Bug Fixes includes
https://avinetworks.atlassian.net/browse/AV-203300
After fix:

{
            "name": "CS_POL_PROD_API2api.bb.sagicor.com",
            "tenant_ref": "/api/tenant/?name=admin",
            "http_request_policy": {
                "rules": [
                    {
                        "name": "CS_POL_PROD_API2-rule-100",
                        "index": 0,
                        "match": {
                            "query": {
                                "match_str": [
                                    **"api2"**
                                ],
                                "match_criteria": "QUERY_MATCH_CONTAINS",
                                "match_case": "INSENSITIVE"
                            }
                        },
                        "switching_action": {
                            "action": "HTTP_SWITCHING_SELECT_POOLGROUP",
                            "status_code": 200,
                            "pool_group_ref": "/api/poolgroup/?tenant=admin&name=api.bb.sagicor.com-8443-poolgroup-CS_POL_PROD_API2-rule-100-4674&cloud=Default-Cloud"
                        }
                    }
                ]
            }
        },

https://avinetworks.atlassian.net/browse/AV-203299 :
We need to verify with client changes we have added but we dont have actual passphrase
https://avinetworks.atlassian.net/browse/AV-199348:
After fix

{
            "name": "https-test-vs",
            "tenant_ref": "/api/tenant/?name=admin",
            "accepted_versions": [
                {
                    "type": "SSL_VERSION_TLS1_2"
                },
                {
                    "type": "SSL_VERSION_TLS1_3"
                }
            ]
        }

@sagarpsalvi sagarpsalvi merged commit 1e02cef into 22.1.6-1p1 Apr 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants