Live data from Hacker News

Viewing profile — vitramir

vitramir

HN member
Joined
Sat, Apr 13, 2024, 10:29 AM UTC
HN karma
1
Public activity
8 items

About vitramir

No profile information was provided.

Recent public activity

  1. comment
    Comment #48357396

    [flagged]

  2. story
  3. comment
    Comment #48207007

    [flagged]

  4. 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…

  5. 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 …

  6. 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…

  7. 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 …

  8. 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…