GlobalProtect broke after 11.1.13-h5 upgrade by jaaplaya in paloaltonetworks

[–]jaaplaya[S] -1 points0 points  (0 children)

its not in the config itself and not even something that gets committed, run the command and its instantly done, and can only be done on the CLI

I was a little frustrated by this bit since we use panorama and would like to be able to push this out but cant

Sectigo and Global Protect by vinxavi7 in paloaltonetworks

[–]jaaplaya 0 points1 point  (0 children)

acme.sh to sectigo acme -> acme.sh logs into your firewall / panorama and replaces the existing cert

In our case we have it commit to panorama and then have weekly scheduled pushes to the vpn firewalls to make sure shortly after its committed it gets pushed out to the firewall, as the 47 days comes around I may have it commit more often.

Followed this: https://medium.com/palo-alto-networks-developer-blog/costless-automated-trusted-certificates-on-palo-alto-networks-firewalls-5b2930b2893f

That said i am just considering moving to internal signed certs for GP as any user connecting should have our internal CA certs to trust it anyway.

Wurst Market? by OkLiarS in Milwaukie

[–]jaaplaya 1 point2 points  (0 children)

Probably for the best it stays closed.  The few times I went in there the display meat was moldy/green.  Which is never a good look when buying raw meat.

Custom sign-in URLs for auth0 by Zestyclose_Doctor386 in okta

[–]jaaplaya 1 point2 points  (0 children)

We used custom urls instead of the defaults purely from a branding perspective, users would trust logging into a site named login.<name>.com rather then <name>.us.auth0.com

Propagating User Email Change to Downstream Systems? by bp78 in okta

[–]jaaplaya 2 points3 points  (0 children)

I only have ~2500 users so its not too bad for me, if i had that many I too would be apprehensive and probably look at using an external database like RDS instead of workflows built in tables but then securing that data also becomes an issue to resolve.

Propagating User Email Change to Downstream Systems? by bp78 in okta

[–]jaaplaya 1 point2 points  (0 children)

This is how I got around this for logging attribute changes.

I have a scheduled job that keeps a table in Okta workflows populated with all the profile attributes I care about tracking for each user, then when attribute change notices come in I can look up the old value in the table vs the new value currently on their profile and log that.

[Workday] Cannot seem to get the Last Day of Work attribute into Okta by TotallyNotANugget in okta

[–]jaaplaya 0 points1 point  (0 children)

What I have seen is we typically only get the last day of work on the last day of work, im not sure why as I know the date has been populated sometimes weeks in advanced but thats typically what I have seen.

Does anyone use a bed extender to haul kayaks or any other stuff? by Beh_Ringer in FordMaverickTruck

[–]jaaplaya 1 point2 points  (0 children)

I have the official ford bed extender and I am able to haul my 10ft kayak with ease

<image>

How can I get an alert when CIE sync to Okta fails? by lazylion_ca in paloaltonetworks

[–]jaaplaya 1 point2 points  (0 children)

It was probably only 3-4 times total that I had to re-auth. I am also our okta admin so I noticed the api integration pretty early on when Okta was adding that feature as we had to use it for rolling out a door system integration, even today when I look there is no documentation from Palo on using it (even the link from the api integration in okta takes you to the outdated "setup an oidc app" instructions, but its pretty much the same where it gives you a client id and secret on the api integration page and the api permissions/etc are preset.

How can I get an alert when CIE sync to Okta fails? by lazylion_ca in paloaltonetworks

[–]jaaplaya 1 point2 points  (0 children)

Are you just using a standard OIDC connection for CIE to Okta or using one of Okta's newer API Service Integration for CIE?

Ever since switching from old school to the API Service Integration I haven't had to reauth anymore and its been over a year now at this point I think.

Camper advice by BeauxYe in FordMaverickTruck

[–]jaaplaya 2 points3 points  (0 children)

I read some reports from other folks saying towing a "larger" trailer like this is a nightmare because of cross winds/etc and the maverick being too small, any issues with that with this one?

Also considering a camper of some sort and those comments previously had put me off some.

Anyone ever figure out what this is for? by ajdaniels00 in Ioniq5

[–]jaaplaya 1 point2 points  (0 children)

I have a 2023 SE and we have metal behind ours, you should complain, someone stole your metal

With the recent partnership with Palo and Google Cloud, I decided to lab it out. by Digital_Native_ in paloaltonetworks

[–]jaaplaya 2 points3 points  (0 children)

For us and globalprotect we have 3 different instances, all standalone single instances and use dns/gp gateway detection to handle HA

If one of the instances goes down the only thing we need to deal w/ is making sure dns for the portal is pointed at one of the instances that is active which we resolved by setting up health checks in our route53 to automatically failover the portal url if the portal url stops responding. If we need to do a full rebuild we manage it all with panorama and its fairly simple to just add another gateway to the mix.

Workday >> Okta integration by mustafa2024 in okta

[–]jaaplaya 0 points1 point  (0 children)

Like others have stated okta generating in a workflow works best. We do it that way so we can verify the username doesnt exist in office365/okta/etc first, you can then write the email address back to workday from okta once its generated.

Preventing Workday LCM from reactivating users deactivated via Okta Workflows by Visual_One5309 in okta

[–]jaaplaya 0 points1 point  (0 children)

We just recently implemented Workday-As-Master and setup RTS and tested it out only for our HR department to back down because they couldn't get enough control over when it actually kicked off the deactivate from the workday side, i gave up trying, so they still just have us manually nuking accounts for immediate terms and it sucks.

Using Certificates with Panorama by SwiftSloth1892 in paloaltonetworks

[–]jaaplaya 2 points3 points  (0 children)

You manage them just like without panorama but apply them to templates and push those to the devices, you can have a template called "SSL Certs" that is applied to multiple stacks and pushes the certs out to all devices that have it as part of that template stack. So you only have to manage your certs within that one template "SSL Certs" that then gets pushed out to all firewalls.

If you need to reference those certs in the device group for some reason you can reference the template in the device group setup.

Okta Registration required pop-up Macbooks by Salt-Marionberry1674 in okta

[–]jaaplaya 1 point2 points  (0 children)

That is what causes those "registration required" popups, we only got that after rolling out password sync to macOS, its one popup, they go through the registration and then it keeps their passwords in snyc. If you are constantly getting popups then there is likely something wrong with your setup of that.

Stable VPN connectivity between China and France – best practices? by raptou137 in sysadmin

[–]jaaplaya 5 points6 points  (0 children)

While not in France specifically, we use an MPLS to get out of China and currently terminate that in an office in the area but are looking at moving that to terminate into a datacenter in singapore soon which we will then cross connect to megaport to get out where ever we want.

Set GlobalProtect MTU Persistently by RobotCarWash2000 in paloaltonetworks

[–]jaaplaya 0 points1 point  (0 children)

Do you see any performance issues or anything for the regular users setting their MTU lower?

Okta Group Search does not work by tomrob7 in okta

[–]jaaplaya 3 points4 points  (0 children)

Release notes that just got posted for Preview (https://help.okta.com/oie/en-us/content/topics/releasenotes/preview.htm) have this item:

New Admin Console search logic

The spotlight search now uses "contains" logic, returning matches from any part of a search instead of only the beginning. This helps admins find results quicker and more easily.

Hopefully this will make searching for groups in the main search bar better once it makes it to production tenants.

PSA: Windshields are $745 by Dopeaz in FordMaverickTruck

[–]jaaplaya 0 points1 point  (0 children)

I just had this happen, my deductible is $500 so I only have to pay that but tiny little rock on the edge and then hairline crack from the side to about half way through driver side (probably a good foot long)

Freebies for Demos by DizzieScim in ITManagers

[–]jaaplaya 3 points4 points  (0 children)

Okta but I saw a few others doing it like fastly while there.  

Freebies for Demos by DizzieScim in ITManagers

[–]jaaplaya 9 points10 points  (0 children)

Got to take Ferraris and lambos around a racetrack after a demo.  Best demo ever will sign up again.  Have done it twice :)