Git Product home page Git Product logo

fake_idp's People

Contributors

alecrust avatar amar47shah avatar artemave avatar cbortz avatar dependabot[bot] avatar emchap avatar ireneybean avatar kdreyeroren avatar krishnakulkarni avatar rodcardenas avatar samudary avatar samusgray avatar switzersc avatar tylerwillingham avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar

fake_idp's Issues

Tags & Releases

  • Should we be tagging commits?
  • Should we be created releases?

What should our approach be?

Unit tests fail with bundled rspec version

bundle install
+ bundle install
Using rake 13.0.1
Using concurrent-ruby 1.1.6
Using i18n 1.8.3
Using minitest 5.14.1
Using thread_safe 0.3.6
Using tzinfo 1.2.7
Using activesupport 5.2.4.3
Using activemodel 5.2.4.3
Using builder 3.2.4
Using bundler 2.1.4
Using coderay 1.1.2
Using diff-lcs 1.2.5
Using dotenv 1.0.2
Using mini_portile2 2.4.0
Using nokogiri 1.10.9
Using ruby-saml 1.11.0
Using systemu 2.6.5
Using macaddr 1.7.1
Using uuid 2.3.8
Using ruby-saml-idp 0.3.2 from https://github.com/lawrencepit/ruby-saml-idp.git (at master@ae53d76)
Using ruby2_keywords 0.0.2
Using mustermann 1.1.1
Using rack 2.2.2
Using rack-protection 2.0.8.1
Using tilt 2.0.10
Using sinatra 2.0.8.1
Using xmlmapper 0.7.3
Using xmlenc 0.7.1
Using fake_idp 0.6.1 from source at `.`
Using method_source 0.9.2
Using pry 0.12.2
Using rspec-support 3.4.1
Using rspec-core 3.4.2
Using rspec-expectations 3.4.0
Using rspec-mocks 3.4.1
Using rspec 3.4.0
Bundle complete! 7 Gemfile dependencies, 36 gems now installed.
Bundled gems are installed into `./vendor`
cp .env.example .env
+ cp .env.example .env

# Do any other automated setup that you need to do here
irene.shaw@OM-C02Z2491LVDQ fake_idp % brake spec
rake aborted!
NoMethodError: undefined method `last_comment' for #<Rake::Application:0x00007ff653350448>
/Users/irene.shaw/dev/fake_idp/vendor/ruby/2.6.0/gems/rspec-core-3.4.2/lib/rspec/core/rake_task.rb:91:in `define'
/Users/irene.shaw/dev/fake_idp/vendor/ruby/2.6.0/gems/rspec-core-3.4.2/lib/rspec/core/rake_task.rb:71:in `initialize'
/Users/irene.shaw/dev/fake_idp/Rakefile:4:in `new'
/Users/irene.shaw/dev/fake_idp/Rakefile:4:in `<top (required)>'
/Users/irene.shaw/dev/fake_idp/vendor/ruby/2.6.0/gems/rake-13.0.1/exe/rake:27:in `<top (required)>'
/Users/irene.shaw/.rbenv/versions/2.6.5/bin/bundle:23:in `load'
/Users/irene.shaw/.rbenv/versions/2.6.5/bin/bundle:23:in `<main>'
(See full trace by running task with --trace)

I can submit a pull request to fix this.

Cannot turn off encryption via environment variables

The default_encryption method always returns true for two reasons

  • false || true is true
  • environment values come in as strings, so even if the ENV['ENCRYPTION_ENABLED'] is set to false, a string with value false is still truthy.

I'll submit a pull request for this.

Fingerprint support

Hey folks, I would like use this gem just only fingerprint instead certificate and private_key.

How to do this?
I'm using SAML-Toolkits/ruby-saml gem.

Thanks for you patience.

Set up CI

It would be great to get this set up with Travis.

Update activesupport dependency

It's great that fake_idp is now published to RubyGems (maybe README should be updated with this) but sadly I still have to load this gem from GitHub to pin it to a version before you added a dependency on Active Support 5.

Our app is running Rails 6.0.3.5 which depends on activesupport (= 6.0.3.5), but this gem depends on activesupport (~> 5.2.4.3). Any chance you could update your Active Support dependency?

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.