Giter VIP home page Giter VIP logo

f5-postman-workflows's People

Contributors

0xhiteshpatel avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

f5-postman-workflows's Issues

Authentication fails with colon in password

Hi,

the authentication fails if the password contains a colon, as the variables are not enclosed within quotes.

So this fails:

{
  "username": {{bigip_username}},
  "password": {{bigip_password}},
  "loginProvidername":"tmos"
}

while as this works:

{
  "username": "{{bigip_username}}",
  "password": "{{bigip_password}}",
  "loginProvidername":"tmos"
}

This is within 1_Authenticate and "Authenticate and Obtain Token"

Greetings,
Eric

"Check f5-postman-workflows Version" call fail

I followed the installation steps explained:
1 - retrieved the collection: successfull
2 - go to the install folder
3 - Select the Check f5-postman-workflows Version item and click β€˜Send’

But it fails with the following error message: there was an error evaluating the test script: f5_get_version is not defined

Here is a screenshot of the error
screen shot 2017-03-30 at 14 57 50

Wrong link for BIGIP_Operational_Workflows collections

f5-postman-workflows install fails

Issue

(udf2)
When trying to install the f5-postman-workflows into Postman Client for the first time, there is an error and leads to failed installation, and global variables not populated

http://f5-automation-labs.readthedocs.io/en/v2.0/class1/module4/lab1.html

POST
http://closure-compiler.appspot.com/compile?code_url=https://raw.githubusercontent.com/0xHiteshPatel/f5-postman-workflows/{{_f5_framework_branch}}/framework/src/f5-postman-workflows.js&compilation_level=SIMPLE_OPTIMIZATIONS&output_format=json&output_info=warnings&output_info=errors&output_info=compiled_code

Body
{"compiledCode":"","errors":[{"type":"JSC_ARGUMENTS_CALLEE_FORBIDDEN","file":"https://raw.githubusercontent.com/0xHiteshPatel/f5-postman-workflows/master/framework/src/f5-postman-workflows.js","lineno":508,"charno":26,"error":"\"arguments.callee\" cannot be used in strict mode","line":"        console.log('[' + arguments.callee.caller.name + '] ' + msg);"}]}

image

f5-postman-workflows.js lines 506-511
function f5_debug(msg) {
    if(postman.getGlobalVariable("_f5_debug") == "1") {
        console.log('[' + arguments.callee.caller.name + '] ' + msg);
    }
    return;
}

Check f5-postman-workflows Version completes as expected:

image

Global vars:
image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.