Remove list_projects action from Google API check
This commit is contained in:
parent
ae6a37d70d
commit
534bb0b617
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
class Projects::Clusters::GcpController < Projects::ApplicationController
|
||||
before_action :authorize_read_cluster!
|
||||
before_action :authorize_create_cluster!, only: [:new, :create]
|
||||
before_action :authorize_google_api, except: [:login, :list_projects]
|
||||
before_action :authorize_google_api, except: :login
|
||||
|
||||
def login
|
||||
begin
|
||||
|
|
Loading…
Reference in a new issue