Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AI | Fine-grained user access #111

Closed
mefellows opened this issue Oct 18, 2024 · 1 comment
Closed

AI | Fine-grained user access #111

mefellows opened this issue Oct 18, 2024 · 1 comment
Labels
Q4 Initiative is planned for a Q4 launch

Comments

@mefellows
Copy link
Contributor

mefellows commented Oct 18, 2024

Although PactFlow customers can disable AI on the account, they cannot restrict access to the AI capabilities to specific features or users.

This feature will create a new set of RBAC permissions, to allow fine-grained access control at the user level.

3 new permissions will be created, allowing administrators to grant user fine-grained access to different code generation capabilities:

  • OpenAPI (test_generation:run:openapi)
  • Code (test_generation:run:code)
  • HTTP Messages (test_generation:run:http_messages)
@mefellows mefellows converted this from a draft issue Oct 18, 2024
@mefellows mefellows added the Q4 Initiative is planned for a Q4 launch label Oct 18, 2024
@mefellows mefellows moved this from Planned (1-3 months) / Q4 2024 to Working on in Pactflow Roadmap Dec 2, 2024
@mefellows
Copy link
Contributor Author

New permissions now live: https://docs.pactflow.io/docs/permissions/.

ai:*

  • Provides access to all AI-related features, including all future permissions created under the ai: scope.

ai:generation:*

  • Can generate Pact tests from all current and future supported inputs.

ai:generation:openapi

  • Can generate Pact tests based on user-provided OpenAPI descriptions.

ai:generation:code

  • Can generate Pact tests based on user-provided client code.

ai:generation:request-response

  • Can generate Pact tests based on recorded request-response pairs.

@mefellows mefellows moved this from Working on to Shipped 🚀 in Pactflow Roadmap Dec 19, 2024
@mefellows mefellows changed the title Fine-grained user access AI | Fine-grained user access Feb 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Q4 Initiative is planned for a Q4 launch
Projects
Status: Shipped 🚀
Development

No branches or pull requests

1 participant