Skip to content
This repository has been archived by the owner on Mar 27, 2019. It is now read-only.

AppRole Authentication Backend #171

Merged
merged 5 commits into from
Aug 24, 2017
Merged

AppRole Authentication Backend #171

merged 5 commits into from
Aug 24, 2017

Conversation

djenriquez
Copy link
Owner

Summary

This PR adds the ability to manage the AppRole authentication backend for Vault. This introduces just basic functionality for the AppRole - it does not include functionality to handle SecretIDs. I'm still trying to figure out how to best design SecretID management into Vault-UI, but will de-prioritize that for now unless it is a widely used functionality.

PTAL @msessa @tallpauley

Reference

#124

@deejross
Copy link
Contributor

Been waiting for AppRole support...awesome! Just my two cents: I agree that getting SecretIDs should be a low priority. AppRole is for services and other long-running processes to automatically request access tokens, so there's not much need for a user to get one; there are other backends better suited for users.

@djenriquez
Copy link
Owner Author

Merging in, we'll catch bugs/regression in latest before the release.

@djenriquez djenriquez merged commit a5ca670 into master Aug 24, 2017
@djenriquez djenriquez deleted the feature/approle branch October 1, 2017 10:00
conor-mullen added a commit to Financial-Times/vault-ui that referenced this pull request Jan 31, 2018
* ENTRYPOINT with CUSTOM_CA_CERT env var

* Replace HCL parsing library

* Helm chart for vault-ui (djenriquez#149)

* chart import

* README added

* added directory for better clarity

* fix chart description

* Upgrade base image to node:8.1.4-alpine (djenriquez#148)

* Upgrade base image to node:8.1.4-alpine

* fix invalid github endpoint var name

* fix invalid github endpoint var name (djenriquez#155)

* Upgrade base image to node:8.1.4-alpine

* fix invalid github endpoint var name

* Update Github.jsx

* Okta Authentication Backend (djenriquez#156)

* Add Okta resources

* Remove comments

* Add check for required org name

* allows for server port to be configured via env var PORT (djenriquez#162)

* Update PolicyPicker.jsx (djenriquez#169)

* Add login button (djenriquez#172)

* Add login button

* Improve validation

* AppRole Authentication Backend (djenriquez#171)

* Initial commit for approle auth

* Place role name field in new render

* Add property fields + fix create/update

* Complete base functionality

* Update README.md

* Fix README, clarify NODE_TLS_REJECT_UNAUTHORIZED

* Fix typo (djenriquez#176)

* Add ItemList Class (djenriquez#175)

* Introduce ItemList obj

* Upgrade base node image

* Add ItemList to AWS, clean up

* Add ItemList to AWSEc2, clean up

* Fix deleteobject logic

* Fix delete for AWS

* Fix delete for awsec2

* Add max items per page option

* Fix bug that randomly sets page

* Bug fixes + itemlist progress

* More bug fixes

* Cleanup and rename policypicker to itempicker

* Add ItemList to Radius

* Add ItemList to UserPass

* Refactor Secrets to use ItemList

* Fix styling

* Remove case insensitivity

* Clean up directory separator

* Fix delete regression

* Cleanup itemUri

* Breadcrumb Styles Improvement & "copy path" icon button (djenriquez#180)

* improving breadcrumb styles, adding copy path button

* improve spacing

* fix dash issue w/ breadcrumb

* Fix favicon (djenriquez#188)

* Update README.md

Add gitter badge

* Add itemlist to policy management (djenriquez#187)

* Update README.md

* Update LICENSE

* fixing behavior for ALL breaking characters

* Upgrade node to 8.5, remove deprecated MAINTAINER (djenriquez#193)

* clarifies expected value for VAULT_URL_DEFAULT (djenriquez#194)

Adds a notice to the description of the VAULT_URL_DEFAULT parameter explaining that the protocol part of the url is mandatory. This is a workaround for the unclear error message an user gets if it is missing

* Correct the dist reference for the electron app (djenriquez#199)

* Add KV compatibility (djenriquez#198)

* Maintenance: Upgrade packages (djenriquez#200)

* Upgrade dependencies

* Upgrade base node image

* Add stop propogation fix for upgrade bug

* Fix paging bug

* Upgrade react, react-dom, pagination

* Upgrade babel, webpack, extract-text-webpack-plugin; add prop-types in prep for React 16

* Update CHANGELOG

* Update version

* Squash big but easy bug for userpass (djenriquez#201)

* v2.4.0-rc2

* Fix secrets list reset (djenriquez#202)

* Fix navigation bug when access is denied (djenriquez#203)

* Fix path navigation when access is denied

* Cleanup fix

* Improve Vault endpoint check (djenriquez#204)

* empty catch statements don't resolve, breaking behavior if can't create orphan

* Improve styling (djenriquez#207)

* Improve real-estate

* Fix z-index for content container

* Fix scrolling (djenriquez#208)

* Improve real-estate

* Fix z-index for content container

* Fix styling /w @Lucretius help

* Fix right border with overflow enabled

* Reduce right margin

* v2.4.0-rc3

* Upgrade to node alpine-8.8 (djenriquez#218)

* Add logic to handle supplied auth token header (djenriquez#220)

* Fix policy schema (djenriquez#228)

* Add new vault properties

* Update policy schema

* Remove nodemon from default run (djenriquez#227)

* Updated yarn.lock after yarn build

* Updated packagaes

* Specify electron-builder version

* Updated electron to resolve critical vulnerability
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants