cli-eaa
cli-eaa copied to clipboard
CLI for Enterprise Application Access (EAA)
I have created an app, updated it but when i am deploying, its says it will but it never happens. 
I am new to API stuff. I am trying to create an automated call to create an Applicaiton with some set parameters and just pass Name , connector and destination...
feature originally requested by @alexkleinfig ### Current status Today cli-eaa supports passing variable (name, value) down to the application configuration template with Jinja2 syntax, using command line arguments like (more...
Example: PUT: https://{hostname}/crux/v1/mgmt-pop/apps/{applicationld}/urllocation/{locationld} ```json { "settings": { "attribute1": "value1", "attribute2": "value2" } } ```
The method list_once in connector.py has no pagination logic, so if there are more than 250 connectors, all of them will not be returned
Recommended implementation should be to get the response from the initial POST to mgmt-pop/apps And merge the `advanced_settings` dictionnary with the one provided by the user.
Hi team, Recently we started to fail on configuring/getting Access rules via CLI. It was possible in the past. Can you please check why we lost 'Services' section? Previous result...
I was just wondering if we could find a way to: - list all connectors with outstanding/open "security" updates - approve all (or a subset) of those connectors to apply...
When using the CLI, it seems you are unable to approve a new EAA connector.