这个问题可能是类似的here,但无济于事。
背景:
挑战
我尝试过的事情:
Google's IAP access tunnel in alpha
特别是在需要访问权限的VM上尝试此操作。
var num1=edt_no.text
var num2=edt_ntw.text
var num3=edt_nth.text
var num4=edt_f.text
when{
edt_no.text.isEmpty() -> txt_res.text="First is empty"
edt_ntw.text.isEmpty() -> txt_res.text="second is empty"
edt_nth.text.isEmpty() -> txt_res.text="third is empty"
edt_f.text.isEmpty() -> txt_res.text="Fourth is empty"
else -> calc(num1,num2,num3,num4)
}
在项目中设置服务帐户,并通过具有慷慨角色和访问权限的该服务帐户来运行需要访问的VM。
我想知道是否还有更多,也许在服务帐户配置中更多。
谢谢!
PS。我正在决定使用OAuh2 Playground还是Authenticating using a Google Service account