Michele Degges

Results 34 issues of Michele Degges

### Description Pattern matching was [recently added](https://github.com/hashicorp/crt-orchestrator/pull/51) so that teams no longer have to explicitly list every branch that should trigger the CRT pipeline. This simplifies release preparation- anytime a...

pr/no-changelog

### Description This is a set of two CI-only changes: 1. FOSSA scanning- This opts vault into a new workflow in the CRT pipeline called fossa-scan. The fossa-scan workflow will...

pr/no-changelog
backport/1.9.x
backport/1.10.x
backport/1.11.x

Instead of using dockerhub (which will enforce rate limiting on anonymous image pulls starting Nov 1st), we're pointing to our mirror at docker.mirror.hashicorp.services. Also updated the tests version of waypoint,...

This isn't needed for non-enterprise projects. Thanks to @claire-labry for pointing this out!!

TravisCI is no longer available for use in this github organization. This PR migrates the existing Travis CI jobs to GitHub Actions, and removes the .travis.yml file. Note that the...

"Our application creates users programmatically and I was creating users like so: const spApplication = req.app.get('stormpathApplication'); spApplication.createAccount(acct); With some debugging, that method doesn’t correctly create a user fully. It was...

If you try to reset the password of a super admin (using express-stormpath rc4), you can go through the entire flow until you get to `http://localhost:3000/change?spToken=adflkdjfkdkjf`. On this page, you...

Added a note under the code examples that use req.user. This section links people to 'Resolving the current user' which explains how to use the getUser middleware to access the...

needs review

Problem: If you have a multi-tenant app (with multiple organizations mapped to your application instead of directories), social/saml buttons do not appear on the login page. Steps to reproduce: 1....

in progress

Steps to repro: 1) Use the express sample project and enable ID Site 2) Enable email verification for the default cloud directory 3) Set the link base URL to 'http://localhost:3000/verify'...

needs review