We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
PEM property
Steps to reproduce the behavior:
ltm virtual /tenant_1/application_1/test_vs { description "Created by Web Configuration Utility for PEM Listener test_vs" destination /tenant_1/application_1/0.0.0.0:80 ip-protocol udp mask any profiles { /Common/classification_pem { context clientside } /tenant_1/application_1/test_pem_profile { context clientside } /Common/udp_decrement_ttl { } } source 10.10.10.100/32 source-address-translation { pool /Common/CGNAT_pool type lsn } translate-address disabled translate-port enabled vlans-enabled } ltm virtual-address /tenant_1/application_1/0.0.0.0 { address any arp disabled icmp-echo disabled mask any traffic-group /Common/traffic-group-1 } pem profile radius-aaa /tenant_1/application_1/test_radius_profile { app-service none defaults-from /Common/radiusaaa description "Created by Web Configuration Utility for PEM Control Virtual /Common/radiusacct" password calypso shared-secret xxx } pem profile spm /tenant_1/application_1/test_pem_profile { app-service none description "Created by Web Configuration Utility for PEM Listener ..." fast-pem disabled fast-vs-name none global-policies-high-precedence { /Common/Parental_policy } }
Declaration created by Charon:
"test_pem_profile": { "remark": "xxx", "connectionOptimizationEnabled": false, "connectionOptimizationService": { "use": "none" # invalid reference }, "policiesGlobalHighPrecedence": [ { "bigip": "/Common/Shared/Parental_policy" } ], "class": "Enforcement_Profile" },
Error returned:
{ "code": 422, "errors": [ "/tenant_1/application_1/test_pem_profile/connectionOptimizationService/use: contains path to non-existent object none" ], "declarationFullId": "", "message": "declaration is invalid" }
Not sure, but "connectionOptimizationService": { "use": "none" } is invalid.
The text was updated successfully, but these errors were encountered:
Created Jira CHARON-320 for PM tracking
Sorry, something went wrong.
Merge branch '320-pem-property' into 'develop' - resolved in ACC 1.13, Closing
No branches or pull requests
Environment
Summary
PEM property
Steps To Reproduce
Steps to reproduce the behavior:
Declaration created by Charon:
Error returned:
Expected Behavior
Not sure, but "connectionOptimizationService": { "use": "none" } is invalid.
The text was updated successfully, but these errors were encountered: