Commit 534bb0b6 authored by Matija Čupić's avatar Matija Čupić

Remove list_projects action from Google API check

parent ae6a37d7
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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment