question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Authorization Issues - 3.7.0

See original GitHub issue
  1. Newman Version (can be found via newman -v): 3.7.0
  2. OS details (type, version, and architecture): Mac Sierra 10.12.5
  3. Are you using Newman as a library, or via the CLI? Library
  4. Did you encounter this recently, or has this bug always been there: Bug occurs in 3.7.0+, does not occur in 3.6.1.
  5. Expected behaviour: Enviromental variables should be injected into newman.
  6. Command / script used to run Newman:

With Newman 3.6.X, environmental variables are injected as expected, 3.7.X environmental variables are not respected. Can be replicated using example from documentation.

newman.run({
    ....
    environment: {
        "id": "4454509f-00c3-fd32-d56c-ac1537f31415",
        "name": "test-env",
        "values": [
            {
                "key": "foo",
                "value": "bar",
                "type": "text",
                "enabled": true
            }
        ],
        "timestamp": 1404119927461,
        "_postman_variable_scope": "environment",
        "_postman_exported_at": "2016-10-17T14:26:34.940Z",
        "_postman_exported_using": "Postman/4.8.0"
    }
})

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:14 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
dominicgunncommented, Jun 21, 2017

Sorry, here’s the collection

0reactions
czardozcommented, Jun 23, 2017

Released in v3.7.2

Read more comments on GitHub >

github_iconTop Results From Across the Web

Authorization problems in 3.7.0 · Issue #13879 · matomo-org ...
I installed Matomo 3.7.0 following the installation guide (set up super user and first website). When i use the super user account to...
Read more >
Spring Security migration from 3.x to 3.7 | MuleSoft Help Center
To resolve this issue you would need to change your Spring configuration. ; Example : ; 3.x (prior to 3.7) ; <spring:bean id="authenticationManager"...
Read more >
Common problems | Camunda Platform 8 Docs
Information to help troubleshoot common problems. ... This is documentation for Camunda Platform 8 Docs 3.7.0, which is no longer actively maintained.
Read more >
Version History | VisualSVN Server
1. Download. SVNPathAuthz short_circuit option is disabled (serious authorization problems are encountered). Fixed: installation doesn't recognize the folder ...
Read more >
ZooKeeper Administrator's Guide
schemes : (Java system property : zookeeper.enforce.auth.schemes) New in 3.7.0: Comma separated list of authentication schemes. Clients must be authenticated ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found