https://linen.dev logo
Join Slack
Powered by
# general
  • s

    Sam Armitt-Fior

    11/18/2025, 7:21 PM
    Is there someone I can talk to about the issues that I am having with the API? I am getting timeouts on multiple endpoints when trying to PATCH and DELETE
    p
    e
    t
    • 4
    • 14
  • p

    Permit Support Automation

    11/18/2025, 9:07 PM
    Hello @Bart Massey! Glad to have you here! Feel free to ask us anything! 💜
  • p

    Permit Support Automation

    11/19/2025, 12:45 AM
    Hi @Jarek Głowacki! Good to see you here. Let me know if you have any questions 😊
  • j

    Jarek Głowacki

    11/19/2025, 12:46 AM
    Hiya! We just paid for pro license, and are still seeing trial bubble on the workspace:
    o
    • 2
    • 1
  • s

    Sam Armitt-Fior

    11/19/2025, 6:33 AM
    Hi team, I have a pro subscription but still see this in the slack channel any ideas?
    o
    • 2
    • 1
  • p

    Permit Support Automation

    11/19/2025, 11:12 AM
    Hello @Andrew Brooke-Reid! Welcome to the community! Let us know how we can help 💪
    🙏 1
  • p

    Permit Support Automation

    11/19/2025, 5:16 PM
    Hi @Michael Chen! Glad to have you here! Happy to answer questions! ⭐
  • p

    Permit Support Automation

    11/19/2025, 8:37 PM
    Hi @Jeff Lantz! Good to have you with us! Happy to answer questions! check
  • p

    Permit Support Automation

    11/20/2025, 7:24 AM
    Hi @JesperLMadsen! Good to see you here. Let me know if you need my help ⭐
  • p

    Permit Support Automation

    11/21/2025, 9:18 AM
    Hey @Sebastian Lauwers! Good to see you here. Let me know if you need my help 😊
  • p

    Permit Support Automation

    11/21/2025, 10:49 AM
    Hi @Harshita Kalani! Glad to have you here! Let me know if you need my help 💜
  • p

    Permit Support Automation

    11/21/2025, 1:11 PM
    Hi @Nicole Pellicena! Good to have you with us! Happy to answer questions! ✨
  • p

    Permit Support Automation

    11/21/2025, 2:20 PM
    Hi @Niall Inglis! Good to see you here. Happy to answer questions! 🌸
  • p

    Permit Support Automation

    11/21/2025, 2:28 PM
    Hey @Mihiru Kongahage! Glad to have you here! Let me know if you need my help ✨
  • p

    Permit Support Automation

    11/21/2025, 4:42 PM
    Hey @Esteban Andres Murcia Acuña! Good to have you with us! I’m available for anything you might need 😊
    👍 1
  • p

    Permit Support Automation

    11/21/2025, 9:44 PM
    Hello @Ethan Kong! Good to see you here. Feel free to ask us anything! 💜
  • m

    Mihiru Kongahage

    11/22/2025, 10:01 AM
    Hi team, I’m running into an intermittent issue when initializing the Permit Node.js SDK. Most of the time the SDK fails, but occasionally the request succeeds.
    Copy code
    {"level":50,"time":"2025-11-22T09:40:20.177Z","label":"<http://Permit.io|Permit.io>","msg":"[undefined] permit.api.getApiKeyScope(), err: undefined"}
    Error creating resource instance: PermitContextError: could not fetch the api key scope in order to set the api context level
    I’ve tested this with both Cloud PDP and a local PDP, but the behavior is the same. SDK Initialization:
    Copy code
    const permit = new Permit({
      token: process.env.PERMIT_API_KEY || '',
      pdp: '<https://cloudpdp.api.permit.io>',
      timeout: 30000,
      apiContext: {
        project: "default",
        environment: "dev",
      },
      throwOnError: true,
      log: {
        level: 'debug',
      }
    });
    Can you clarify what causes this intermittent failure and how to resolve it?
    o
    a
    • 3
    • 20
  • p

    Permit Support Automation

    11/22/2025, 7:44 PM
    Hi @James Bohrman! Glad to have you here! Let me know if there’s anything I can do for you 👋
  • j

    James Bohrman

    11/22/2025, 7:45 PM
    Hey Permit.io team!!!
  • j

    James Bohrman

    11/22/2025, 7:45 PM
    Love your branding 😭
    o
    • 2
    • 3
  • j

    James Bohrman

    11/22/2025, 7:59 PM
    🙂
  • p

    Permit Support Automation

    11/24/2025, 9:24 AM
    Hello @Nathan Rydel! Welcome to the community! Let us know how we can help ✨
  • p

    Permit Support Automation

    11/24/2025, 10:59 AM
    Hello @Imran Bohoran! Glad to have you here! Ask me anything! ⭐
  • m

    Mihiru Kongahage

    11/24/2025, 2:13 PM
    Hi Team, We have need to implement a simple RBAC + ReBAC access control model and I'd like to validate the approach and design. Our Use Case I have a system with organizations, and each organization contains projects and users. Every user in an organization is assigned the member role by default. Members are allowed to create projects. Each project has its own project-level roles: - project_admin - project_member When a user (who is an member) creates a project, they automatically become the project_admin for that specific project. A project_admin can: Add or remove project_members Add or remove project_admins Current Permission Model Resource Types - project Roles - member - project#project_admin - project#project_member Each role has specific allowed actions on the resource types. Example permission check:
    Copy code
    {
      "user": {
        "key": "user_id1"
      },
      "action": "create",
      "resource": {
        "type": "project",
        "tenant": "default",
        "key": "project_test10"
      },
      "context": {}
    }
    Is this RBAC + ReBAC design and resource-instance model valid for Permit.io for this use case? Any other design options/candidates that you'd recommend? In the first iteration, we'd like to use the cloud PDP exclusively without a local PDP setup. Is there a another approach where this kind of permission model can be supported by exclusively using cloud PDP?
    a
    a
    o
    • 4
    • 10
  • p

    Permit Support Automation

    11/24/2025, 11:03 PM
    Hi @Charlie Cetin! Good to see you here. I’m available for anything you might need 😊
  • p

    Permit Support Automation

    11/25/2025, 6:02 AM
    Hey @Anuradha Weeraman! Welcome! I’m available for anything you might need check
  • p

    Permit Support Automation

    11/25/2025, 9:57 AM
    Hello @Bartosz Wasilewski! Good to have you with us! Happy to answer questions! 👋
  • p

    Permit Support Automation

    11/25/2025, 12:44 PM
    Hey @Matan Benjio! Glad to have you here! Happy to answer questions! 😊
  • p

    Permit Support Automation

    11/26/2025, 7:09 AM
    Hey @Suman.p! Welcome to the community! Let us know how we can help 💜
    💜 1
  • b

    B22DCCN393 Nguyễn Việt Huy

    11/26/2025, 9:14 AM
    Hi team, I'm integrating Trino with Permit.io for Row Filtering and Column Masking. However, I'm facing a 'deny-all' behavior. Trino sends authorization checks for everything (loading catalogs, system metadata, etc.), and the OPA logs show that every single request is returning
    result: false
    . Could you please help me identify the root cause of this issue?
    • 1
    • 1