Jason Hobbs

Results 11 comments of Jason Hobbs

I have this problem with with Rancher clusters. When I try to open a shell from a pod on a rancher cluster I get: Any non rancher cluster works fine....

I bundle updated and am now getting: `Error loading the 'redis' Action Cable pubsub adapter. Missing a gem it depends on? can't activate redis (>= 3, < 5), already activated...

- I am on a Mac, intel - The cluster works fine otherwise - Kubescape cli works as expected - 2.0.144

[files.zip](https://github.com/armosec/lens-kubescape/files/8844920/files.zip) Here they are.

I am now seeing results in the imt cluster but not any other clusters.

I tried using the [securicy-fixed-rails-7](https://github.com/cybersecuricy/devise-two-factor/tree/securicy-fixes-rails-7) and it won't save the otp_secret. User.generate_otp_secret works but it won't save the user attribute. No error but when I check the value of user.otp_secret...

It is really strange, rails 6 works fine but here are my steps: gemfile: `gem 'devise-two-factor', git: 'https://github.com/cybersecuricy/devise-two-factor.git', branch: 'securicy-fixes-rails-7'` Then I ran: `bin/rails db:encryption:init` I added those keys to...

Could it be because of old bcrypt dependency? here is my devise.rb file: ``` Devise.setup do |config| config.warden do |manager| manager.default_strategies(:scope => :user).unshift :two_factor_authenticatable manager.default_strategies(:scope => :user).unshift :two_factor_backupable end require...