Viewing profile — different_sort
different_sort
HN member- Joined
- Sun, Jun 02, 2019, 7:39 PM UTC
- HN karma
- 99
- Public activity
- 41 items
- HN profile
- View on Hacker News ↗
About different_sort
No profile information was provided.
Recent public activity
-
comment
Comment #31799552
That is indeed the case.
-
comment
Comment #30770419
Untrue, any valid access key pair set can call “GetSignInToken” and access the aws console.
-
comment
Comment #30770367
Maybe I’m just an unimpressed security professional but I’ve still not seen evidence I’d call a breach. At least not a significant one if you want to argue sublantics. Workers at o…
-
comment
Comment #30763159
The screenshots on the linked tweet make it look like okta dog foods their own product for access to various services and someone has access to one of their admin accounts. Which i…
-
comment
Comment #30109479
AWS Backup does exist.
-
comment
Comment #25316564
Implicit grant is depecrated, in the forthcoming OAuth 2.1 [1] standard this is solidified. We start using the language "public client" and "private client", where a public client …
-
comment
Comment #25074833
I'm glad adblockers are back. I'm not sure if it ever truly left, but the moment there was a bit of resistance I was happy to jump ship to FF.
-
comment
Comment #25030133
That is definitely not lost on me. Life imitates art.
-
comment
Comment #25019972
Job Role/Further details are risky to discuss because this forum is read by my colleagues and likely the nerdier execs. I could leave it at I am someone very senior and actively in…
-
comment
Comment #25012760
I think it represented poorly. It's more than just code in one system. It's systems built upon systems built upon systems. It encompasses our network, our software deployment stack…
-
comment
Comment #25012415
I work in an huge enterprise. We have incredibly customized software and stacks that have not changed much for 30 years, because they did not need to. Now the people who wrote thos…
-
comment
Comment #25011343
That's a great example, thank you for sharing it.
-
comment
Comment #24865080
I actually have never seen it's kubernetes security platform. If it's using RQL for that I would take that as a redflag that it won't support much customization or logic that would…
-
comment
Comment #24843732
Prisma cloud (the cloud monitoring part) is not a great product. It lags pretty far behind cloud provider capabilities. I also got the email that orca probably sent to everyone in …
-
comment
Comment #24761243
You're responsible for managing the server in beanstalk, but it's not far off. I suppose it's just an earlier generation of the same idea. WHat I mean is, beanstalk runs on EC2 ins…
-
comment
Comment #24761057
"You Can't Run Entire Applications". I mean, what are we really calling serverless. Many serverless platforms, like fargate allow you to bring a container image, and whatever happe…
-
comment
Comment #24751381
Bit, bite? I see what you did there
-
comment
Comment #24694643
This was a great read, thank you for sharing. I deal with identity and federation problems all day at work because I am one of those annoying enterprise customers. We’re just getti…
-
comment
Comment #24643960
Where in Canada is socializing banned?
-
comment
Comment #24640441
I love how you're using workers there. I've been on workers for years (only for static content mind you) and it's super cool.
-
comment
Comment #24602040
Hashicorp vault? You probably have more secrets than SSH to protect. If you’re on AWS also consider high value add built ins like EC2 instance connect or ssm session manager so you…
-
comment
Comment #24601970
I saw ssh keys and was ready to get on my moral high horse about ssh certs, only to read the article to be talked down. Nice guide!
-
comment
Comment #24529420
This is neat, thank you for sharing. I'm using the publii default theme on my website and it ranks quite high. It said to get an even higher ranking I should consider denser conten…
-
comment
Comment #24404230
Thank you for your replies and insight, it's really appreciated. The way I see it with SPA and tokens in JS accessible space is that you're exposing your users to the possibility o…
-
comment
Comment #24396679
Storing tokens in cookies would be against the spec wouldn’t it? I’m not putting rfc6749 on some sort of pedestal, but it clearly states that the tokens are in the response body an…