Giter Site home page Giter Site logo

3scale-toolbox-jenkins's People

Contributors

evanshortiss avatar nmasse-itix avatar redhathameed avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

3scale-toolbox-jenkins's Issues

validateOAS not set in OpenApi

Setting validateOAS to false in a jenkinsfile appears to make no difference because the assignment appears to be missing in OpenAPI.

I believe

OpenAPI(Map conf) {
    assert conf.filename != null
    assert conf.content != null
    this.filename = conf.filename
    this.content = conf.content
} 

should be
OpenAPI(Map conf) {
assert conf.filename != null
assert conf.content != null
this.filename = conf.filename
this.content = conf.content
this.validateOAS = conf.validateOAS
}

Changing that appears to make the param work successfully.

Thanks,
Charles

Need OIDC redirect URL

Hi, I'm wondering if you all can add the params for the OIDC redirect URL to Application.groovy and ThreescaleService.groovy? I have cloned your project and added them and tested it, but it seems like I would need to be invited to this project to create a branch and make a pull request? I haven't committed to other's GIT projects in the past so not sure. In any case, the modified files are attached if you can review and implement.

Thank you!
Charles Harvey
twoChanges.zip

--skip-openapi-validation flag

Can you all describe how I would pass a flag to disable openapi validation though the toolbox?

This is related to an issue with oauth2 and openapi3 and the schema that red hat uses to validate those against, please see:

3scale/3scale_toolbox#141 (comment)

The flag I am trying to pass through is: --skip-openapi-validation

Thank you,
Charles Harvey

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.