Closed megamattzilla closed 1 month ago
I opened #860 to add the ability for a service_http(s) object to reference a pingaccess profile already created in /Common using a Big-IP
pointer.
This request is to be able to author the pingaccess profile in AS3 schema AND reference it from service_http(s) class with the normal use
pointer.
Created AUTOTOOL-4464. Added to sprint 43-1 scheduled for end of September
@mdditt2000 Thanks! Possible to get a resolution sooner? We require this functionality for a critical onboarding. As we are committed to AS3 several years now, lack of AS3 support for pingaccess profiles means we cannot integrate with our platform.
Can i switch out https://github.com/F5Networks/f5-appsvcs-extension/issues/732 and pickup https://github.com/F5Networks/f5-appsvcs-extension/issues/862. Please advise ASAP as the work on 732 is planned for this week.
If we could switch out #732 with #860 would be awesome! Getting #860 fixed (instead of this issue) would un-block us.
@megamattzilla done! Will provide a update tomorrow after this evening standup. I will push to possibly get a image this week or early next week for customer.
@megamattzilla @ghalevy PR will be merged tomorrow. Build will be be available on Monday for Matt
This has been resolved in AS3 3.53.0 version , please reach out to myself or Mark for a fix, thank you.
Is the AS3 3.53.0 version available publicly?
Can we keep this issue open until the AS3 release is available?
Reopening AFAIK we havent added schema to author a ping profile in AS3 for #862.
@ghalevy @megamattzilla please can you provide some guidance
What methods works best?
Base64 encoded:
"Sample_Ping_Access_Properties": {
"class": "Access_Profile_Ping_Access_Properties",
"properties": { "base64": "i4dmi4" }
}
File Path reference:
"Sample_Ping_Access_Properties": {
"class": "Access_Profile_Ping_Access_Properties",
"properties": { "file": "/var/config/rest/downloads/properties.json" }
}
Uri:
"Sample_Ping_Access_Properties": {
"class": "Access_Profile_Ping_Access_Properties",
"properties": { "url": https://example.com/v1/properties }
}
@ghalevy based on our AS3 work I have provided Mark the below preferences:
Primary: in-line (base64) Secondary: URL reference Tertiary: file path reference
Hi @megamattzilla ,
We will implement and support base64 encoded properties data for now.
@megamattzilla image is available for testing. Reach out to me to pickup the latest RPM
Closed Resolved in AS3-53 Release Notes | https://github.com/F5Networks/f5-appsvcs-extension/releases/tag/v3.53.0
Add AS3 schema to author PingAccess Profiles
Describe the solution you'd like
Add AS3 schema to create a PingAccess Profile.
It has a small number of inputs:
Properties file is a relatively small text file which contents look something like this:
The pool and SSL profile elements already have AS3 schema to create them.