Viewing profile — vitramir
vitramir
HN member- Joined
- Sat, Apr 13, 2024, 10:29 AM UTC
- HN karma
- 1
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About vitramir
No profile information was provided.
Recent public activity
-
comment
Comment #48357396
[flagged]
- story
-
comment
Comment #48207007
[flagged]
-
comment
Comment #46863413
terraform cloud, argocd, vercel and supabase (modern stack for micro apps), sentry (doesn't have per project permissions), sendgrid, etc... What does your stack look like beyond Ku…
-
comment
Comment #46862414
There’s also a related issue: many services use per-project API tokens. When agents need access to multiple projects, you have to pass several tokens at once. Which often leads to …
-
comment
Comment #46856512
We’ve ended up solving this with an OAuth mock. The main advantages for us: - The application code is exactly the same in prod and preview environments. The only thing that changes…
-
comment
Comment #46856430
This sounds like an interesting approach. I’m not fully sure I understand one thing though. Are you suggesting to completely disable authentication inside the app and rely only on …
-
comment
Comment #46856327
> Wouldn't the client credentials app be a good fit for this? Or do you need user consent/scopes? If OAuth is already part of the product, switching flows only for preview environm…