From 8be8cb452758a98d74bbe10556f8256569c28e2c Mon Sep 17 00:00:00 2001 From: Jim Kalafut Date: Thu, 1 Aug 2019 14:50:15 -0700 Subject: [PATCH] Update build badge to CIrcleCI --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 44202743..bd786a25 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Vault Plugin: JWT Auth Backend [![Build Status](https://travis-ci.org/hashicorp/vault-plugin-auth-jwt.svg?branch=master)](https://travis-ci.org/hashicorp/vault-plugin-auth-jwt) +# Vault Plugin: JWT Auth Backend [![CircleCI](https://circleci.com/gh/hashicorp/vault-plugin-auth-jwt.svg?style=svg)](https://circleci.com/gh/hashicorp/vault-plugin-auth-jwt) This is a standalone backend plugin for use with [Hashicorp Vault](https://www.github.com/hashicorp/vault). This plugin allows for JWTs (including OIDC tokens) to authenticate with Vault.