Earlier quoted context omitted.
I think the only restriction is working on Google approved hardware so no BYOD there. (Disclosure: not a Google employee).
Bring Your Own Device is fine for ChromeOS and Mobile. You might not get the full amount of trust as a Google-issued device (for mobile/tablet). To achieve the highest levels of access in the BeyondCorp model you need a machine with Google's management agents, so we can evaluate device state accurately and pull information from our inventory management system.
How to use BeyondCorp to ditch VPN, improve security and go to the cloud
81–90 of 163 posts
Re: How to use BeyondCorp to ditch VPN, improve security and go to the cloud
#82I ask because, I find it relatively comfortable to do coding on a chromebook over a 'mosh' session over LTE.
[0] https://static.googleusercontent.com/media/research.google.c...
Re: How to use BeyondCorp to ditch VPN, improve security and go to the cloud
#83My ex-manager who left Google to another well established company once said the most missed thing from Google was the ability to work remotely right away on corp laptop with BeyondCorp. Disclaimer I work for Google not related to BeyondCorp.
I thought Google doesn't allow remote work?
I think pure remote role is still allowed but that's not what I mean.
Re: How to use BeyondCorp to ditch VPN, improve security and go to the cloud
#84Earlier quoted context omitted.
Bring Your Own Device is fine for ChromeOS and Mobile. You might not get the full amount of trust as a Google-issued device (for mobile/tablet). To achieve the highest levels of access in the BeyondCorp model you need a machine with Google's management agents, so we can evaluate device state accurately and pull information from our inventory management system.
But if you don't provision the device yourself how can you be sure it hasn't been tampered with in a way that just displays "bootloader OK, everything good" but in the mean time it was rooted? Or is that a risk calculated in the "no full amount of trust"?
Re: How to use BeyondCorp to ditch VPN, improve security and go to the cloud
#85Earlier quoted context omitted.
One of the more interesting insights from the comments (which I agree with) was that the Amazon patent was for defensive purposes in order to prevent other companies from trying to implement such an idea in their stores. I have never given much thought to the idea of defensive patents, but if this is truly the intent of Amazon's patent then it's brilliant.
Not a lawyer, but wouldn't that be challengeable in court? I see the ethics of it, but maybe legally it falls in the same bucket as patent trolls that hold on a patent with no intention of ever commercializing it.
Re: How to use BeyondCorp to ditch VPN, improve security and go to the cloud
#86With productivity apps being cloud hosted (Office 365, Google Docs, Tableau, PowerBI, etc) and with source code and team management services being hosted (Github, Visual Studio Online, Gitlab, etc) huge percent of people's day to day work can seemingly happens without a VPN. The largest notable exceptions seem to be internal file shares, and remote connections to machines that need to be behind a firewall. I guess th…
Re: How to use BeyondCorp to ditch VPN, improve security and go to the cloud
#87Yesterday, I saw an article[1] about Amazon's plans to block websites in their stores (a very bad thing) and was wondering when a company like Google was going to launch a VPN service. I wonder if these things will meet in the long term. If companies that control the network try to limit access to information about their competitors, then their competitors might try to liberate that information. [1] http://gizmodo.co…
I'm the one who wrote that patent (sorry).
Re: How to use BeyondCorp to ditch VPN, improve security and go to the cloud
#88Yesterday, I saw an article[1] about Amazon's plans to block websites in their stores (a very bad thing) and was wondering when a company like Google was going to launch a VPN service. I wonder if these things will meet in the long term. If companies that control the network try to limit access to information about their competitors, then their competitors might try to liberate that information. [1] http://gizmodo.co…
One of the more interesting insights from the comments (which I agree with) was that the Amazon patent was for defensive purposes in order to prevent other companies from trying to implement such an idea in their stores. I have never given much thought to the idea of defensive patents, but if this is truly the intent of Amazon's patent then it's brilliant.
Re: How to use BeyondCorp to ditch VPN, improve security and go to the cloud
#89Earlier quoted context omitted.
I know -- that's why I used the phrase "long-term". :) I probably shouldn't have used the word "plans" though, since I don't know for sure if they will implement it.
They very well could have patented it to prevent anyone else from doing it - which seems more likely.
Re: How to use BeyondCorp to ditch VPN, improve security and go to the cloud
#90Part 3 [0] discusses "Wrapping SSH traffic in HTTP over TLS." Can one comfortably do coding over a good cellular (LTE) connection over this? I ask because, I find it relatively comfortable to do coding on a chromebook over a 'mosh' session over LTE. [0] https://static.googleusercontent.com/media/research.google.c...
With plain SSH over HTTP over TLS, performance is satisfactory but not great. 4G is just about usable for vim, but you'd probably be best off using sshfs over http over tls and running vim locally, then compiling and running remotely.