Click here to Skip to main content
15,887,485 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Multiple Windows Domains Pin
#realJSOP17-Mar-22 2:37
mve#realJSOP17-Mar-22 2:37 
GeneralRe: Multiple Windows Domains Pin
MarkTJohnson17-Mar-22 2:52
professionalMarkTJohnson17-Mar-22 2:52 
GeneralRe: Multiple Windows Domains Pin
#realJSOP17-Mar-22 3:45
mve#realJSOP17-Mar-22 3:45 
GeneralRe: Multiple Windows Domains Pin
Dan Neely17-Mar-22 3:19
Dan Neely17-Mar-22 3:19 
GeneralRe: Multiple Windows Domains Pin
BugMakerPhil18-Mar-22 15:40
BugMakerPhil18-Mar-22 15:40 
GeneralRe: Multiple Windows Domains Pin
Marc Clifton17-Mar-22 4:58
mvaMarc Clifton17-Mar-22 4:58 
GeneralRe: Multiple Windows Domains Pin
Rob Philpott17-Mar-22 5:08
Rob Philpott17-Mar-22 5:08 
GeneralRe: Multiple Windows Domains Pin
r_hyde17-Mar-22 10:04
r_hyde17-Mar-22 10:04 
My company uses separate subdomains for production and non-production. Non-production includes dev, QA, and RC/UAT environments. The subdomains are firewalled, so that non-production cannot reach production and vice versa. They adopted Microsoft's "privileged access workstation" guidance, where each user is assigned a laptop that is completely locked down (can't install anything, etc.), and that laptop hosts a VM (hosted locally) where we can do internet & email but not much else. Additionally, each user is assigned a production VM and a non-production VM (each hosted remotely). Developers have local admin privileges on the non-production VM, but are encouraged to limit software installed on it to whatever is available in our corporate Software Center hub. None of this is terrible by itself, and all makes sense to me security-wise. but here lies the problem:

1) each device and VM needs a separate login with a distinct password
2) the PAW laptop needs to be connected to the VPN, requiring a 2fa login
3) the "productivity" VM (the locally-hosted one) needs a separate VPN connection (requiring a second 2fa login)
4) the VPN connections time out, and I often need to re-connect multiple times daily
5) all 4 Windows logins (PAW device, productivity VM, non-prod VM, prod VM) are subject to password rotation, with stringent password complexity requirements
6) all devices and VMs lock out after just 3 minutes of inactivity
6) the PAW laptop is bitlocker-ed, so you need to enter a decryption code each time you reboot (which is frequent, since updates are pushed multiple times per week)

The net result is that I spend a ridiculous proportion of my day typing in passwords, which I have no recourse but to write down because there's no way in heck I can remember umpteen different passwords that change every several weeks. By the time I've caught up on email, or responded to a chat thread with my colleagues, or finished reading a CP article, my non-prod VM has almost certainly locked out, and then after spending a little time writing code, I head over to my "productivity" VM to check something on StackOverflow and oops! It's locked out by now and I have to log in again (what was that password [checks notebook]?). It's a total productivity-killer!

GeneralRe: Multiple Windows Domains Pin
0x01AA17-Mar-22 12:37
mve0x01AA17-Mar-22 12:37 
GeneralRe: Multiple Windows Domains Pin
Dan Neely18-Mar-22 3:39
Dan Neely18-Mar-22 3:39 
GeneralRe: Multiple Windows Domains Pin
Johannes B. Latzel17-Mar-22 23:21
Johannes B. Latzel17-Mar-22 23:21 
GeneralRe: Multiple Windows Domains Pin
Mark Starr18-Mar-22 3:20
professionalMark Starr18-Mar-22 3:20 
GeneralRe: Multiple Windows Domains Pin
englebart2-Apr-22 11:54
professionalenglebart2-Apr-22 11:54 
GeneralCCC 17-03-2022 Pin
pkfox16-Mar-22 23:13
professionalpkfox16-Mar-22 23:13 
GeneralRe: CCC 17-03-2022 Pin
OriginalGriff16-Mar-22 23:24
mveOriginalGriff16-Mar-22 23:24 
GeneralRe: CCC 17-03-2022 Pin
pkfox17-Mar-22 1:39
professionalpkfox17-Mar-22 1:39 
GeneralRe: CCC 17-03-2022 Pin
OriginalGriff17-Mar-22 2:10
mveOriginalGriff17-Mar-22 2:10 
GeneralRe: CCC 17-03-2022 Pin
OriginalGriff17-Mar-22 2:11
mveOriginalGriff17-Mar-22 2:11 
GeneralRe: CCC 17-03-2022 - Winner !!! Pin
pkfox17-Mar-22 2:25
professionalpkfox17-Mar-22 2:25 
GeneralRe: CCC 17-03-2022 - Winner !!! Pin
OriginalGriff17-Mar-22 2:50
mveOriginalGriff17-Mar-22 2:50 
PraiseWho is a champion? ME! :) :) :) PinPopular
honey the codewitch16-Mar-22 22:34
mvahoney the codewitch16-Mar-22 22:34 
GeneralRe: Who is a champion? ME! :) :) :) Pin
den2k8816-Mar-22 22:47
professionalden2k8816-Mar-22 22:47 
GeneralRe: Who is a champion? ME! :) :) :) Pin
OriginalGriff16-Mar-22 22:50
mveOriginalGriff16-Mar-22 22:50 
GeneralRe: Who is a champion? ME! :) :) :) Pin
honey the codewitch16-Mar-22 22:52
mvahoney the codewitch16-Mar-22 22:52 
GeneralRe: Who is a champion? ME! :) :) :) Pin
OriginalGriff16-Mar-22 23:25
mveOriginalGriff16-Mar-22 23:25 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.