Skip to main content
Back to Main Menu
Rob Truesdell

Product Updates - May 30, 2024

Github CoPilot Extension

Now Available in Github Marketplace

The @pangea-cyber CoPilot extension is now available in limited beta availability within the Github CoPilot marketplace. This extension allows you to learn how Pangea services can assist in developing secure applications, and get points on what Pangea services can be used to solve a given problem. You can ask it questions like:

@pangea-cyber how can I add logins to my website?
@pangea-cyber how can I redact sensitive info from text?
@pangea-cyber I need to be HIPAA compliant. How can I do that?

The Pangea CoPilot extension is a free extension that can now be installed in your Github project.

Postman Collection

Pangea Public Collection Browsable on Postman

With our new Postman Collections, you can get set up with and explore our APIs in minutes. These are generated directly from our OpenAPI definitions in our deployment pipeline to ensure they are complete, and accurate.

Authorization

AuthZ Generally Available

We’re excited to announce that the Pangea AuthZ service is now Generally Available. With AuthZ, you can centralize your authorization policy and reuse it across all of your apps, users, and services through our API. Most importantly, you can scale your authorization policies with your needs to start with simple Role-based Access Control (RBAC), grow into Relationship-based Access Control, and soon annotate policies with Attribute-based Access Control (ABAC). Learn more in our AuthZ announcement post.

Authentication

Remember My Device

Multi-factor authentication is a key security feature but temporarily allowing a user to bypass it can make a better experience. With Remember My Device, you can skip a secondary factor after successfully authenticating previously. For additional protection, you can bind a device to an IP address to mitigate cookie theft risks.

Secure Audit Log

Config Cloning

The multiple configuration feature in Secure Audit Log allows users to create and manage multiple configurations within a single project, offering enhanced customization and control over logging and auditing settings. We just added Config Cloning to make it easy to create a new configuration that has a lot in common with one you already have.

Export Audit Logs

We’ve added a new export API that allows you to request a bulk export of the Secure Audit Log records for a given period of time. The call is asynchronous and can take hours to complete depending on the number of records requested. When the request is complete, the download_results API is used to download the exported logs.

Vault

CLI Utility

The pangea-cli command line utility has been getting some love from the engineering team. The latest release improves messages, fixes some minor bugs, and sets the stage for some exciting upcoming features. Install and use it today, and stay tuned for more to come.