cortl / insomnia-plugin-googlejwt

Generate Google JWT for applications hiding behind IAP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Insomnia Plugin for Google JWT πŸ”Œ

This is a plugin for Insomnia that creates an OICD token for calling your services behind IAP using a sevice account credentials

Installation πŸ’Ύ

Install the insomnia-plugin-googlejwt plugin from Preferences > Plugins

Usage πŸ‘¨β€πŸ’»

Add the Google JWT Creator template tag underneath the Authorization Bearer token spot

Authorization Bearer

Fill in the target audience field, which is located in your Google Cloud Console.

  1. Go to Cloud IAP page.
  2. Find the resource you want to access, then click More > Edit OAuth Client
  3. On the Credentials page that appears, the "Client ID" is your Target Audience.

Fill in the credentials location with the fully unqualified location of your service account credentials.

UI

That's it! πŸŽ‰

About

Generate Google JWT for applications hiding behind IAP

License:MIT License


Languages

Language:JavaScript 100.0%