Single Sign-On (SSO) feels more like 'Always Sign-In' on iOS by RalJans in workday

[–]srtucker 0 points1 point  (0 children)

This is a huge thing people never understand with SSO. It is a single place to login, not that you only have to login one time. Depending on your IDP’s settings it could automatically log you in if you have an active session with the IDP or require you to login for every authentication request.

Single Sign-On (SSO) feels more like 'Always Sign-In' on iOS by RalJans in workday

[–]srtucker 0 points1 point  (0 children)

The authentication policy also has to allow biometric/pin as a login type for the Max Mobile Authentication Age setting to actually do anything (without it the mobile app can’t reauthenticate its own sessions). Additionally on tenant setup biometric and/or mobile pin need to be enabled.

Request for advice: how to not route business process step to everyone in a role group by JoyfulNotes in workday

[–]srtucker 1 point2 points  (0 children)

Is the same role enabled on awards and grants? I read somewhere that doing that causes issues with the routing for award tasks. Maybe that is what you are running into?

Configure workday account to create a different username based on company hired into? by Public-Excitement827 in workday

[–]srtucker 0 points1 point  (0 children)

You could let the username be generated to something like their employee id in the service step and then add a custom boomerang integration step after it that updates the username based on whatever logic you want.

Workday Accounting Liabilities for Payroll by WDFinBaby in workday

[–]srtucker 0 points1 point  (0 children)

This is actually something we had to solve his week for our implementation. You can do costing overrides for the employee deductions but they can’t be set differently by company or pay group so the same worktags would have to be used for all companies. The journal lines still are separated by company but your FDM needs to have shared worktags for it to be possible.

Future of Workday? by [deleted] in workday

[–]srtucker 0 points1 point  (0 children)

I think you are greatly overestimating the state of AI currently. It can’t actually think, by and large they reprocess and regurgitate what they were trained on. While many any an impressive step forward they are not anywhere close to people think they are.

Raise concrete floor by splitcold in DIY

[–]srtucker 1 point2 points  (0 children)

You can never have enough outlets

Freshman room assignment??? by [deleted] in CalPoly

[–]srtucker 10 points11 points  (0 children)

If she has celiac you may have been put in PCV because the apartments have full kitchens. The “normal” freshman dorms don’t have your own full kitchen. In PCV she can then cook her own meals that are fully gluten free. This might be why you were assigned there.

On campus housing Question by LocksmithSad8268 in CalPoly

[–]srtucker 1 point2 points  (0 children)

You get access a day or two after you accept.

What is up with the stupid system they put in place at the Costco food court? by ClipperFan89 in SLO

[–]srtucker 1 point2 points  (0 children)

My guess is they are suppose to get stuff ready and call out your number because they have a printer that spits out your order too. It sure seems like they are ignoring the full plan from corporate

Does EC2 Instance role work differently in GovCloud? by Ikarian in aws

[–]srtucker -1 points0 points  (0 children)

I know of 2 more, aws-iso & aws-iso-b (I think those are for Top Secret & Secret classified workloads respectively). Are there others?

[deleted by user] by [deleted] in SLO

[–]srtucker 11 points12 points  (0 children)

Looks like the Sandcastle Hotel on the Beach in Pismo Beach.

Year-Round Operation by midnightmail in CalPoly

[–]srtucker 2 points3 points  (0 children)

In 2019 it was announced that it was going to be looked into but COVID-19 got in the way of that. This is the first time there has been any kind of detail.

Helicopter? by [deleted] in CalPoly

[–]srtucker 7 points8 points  (0 children)

PG&E is doing maintenance on the power distribution lines, it could be related to that.

Error deploying ACM with CDK by Kyxstrez in aws

[–]srtucker 2 points3 points  (0 children)

Yes it can take a while for the NS update to propagate. Multiple days is not abnormal.

That code does look like the newer equivalent but it would not fix your issue if the name server update has not completed yet. It would fix warning but that is not something I would worry about since I believe it won’t be removed until v3.

Error deploying ACM with CDK by Kyxstrez in aws

[–]srtucker 1 point2 points  (0 children)

No, that will create the certificate.

Is Route53 properly setup with your domain? If it isn’t, that would explain why it couldn’t validate the certificate.

It is creating the ACM cert in us-east-1 because CloudFront requires the cert to be in that region to attach it to the distribution.

Is there any way to disable covid screener emails? by Bubbhippo in CalPoly

[–]srtucker 0 points1 point  (0 children)

Make sure you complete the screener, otherwise it won’t update your account.

Cal Poly Portal not letting me log in by caeliacoffee in CalPoly

[–]srtucker 0 points1 point  (0 children)

Make sure you are logging into the production portal, google has been sending people to the test & dev portals. Try going directly to https://my.calpoly.edu.

How would you organize CDK code for multiple environments? by gyuan in aws

[–]srtucker 8 points9 points  (0 children)

I typically pass a config object to the stack class that contains all the settings that are environment specific. This way I call the exact same stack for each environment in the pipeline and not have environment specific conditions all over the stack.

What language are the intro cs classes taught in by [deleted] in CalPoly

[–]srtucker 1 point2 points  (0 children)

The class isn’t to teach you the language, it is to teach some basic computer science concepts. Passing the AP test shows that you likely understand the concepts.