Lance Rushing

Results 7 issues of Lance Rushing

tl;dr Change `echo -e "${FTP_USER}\n${FTP_PASS}" > /etc/vsftpd/virtual_users.txt ` to `echo -e "${FTP_USER}\n${FTP_PASS}" >> /etc/vsftpd/virtual_users.txt ` https://github.com/fauria/docker-vsftpd/blob/e5544259e6edc4a4c12fbe42023f5ff54c5f775e/run-vsftpd.sh#L24 It would be nice to be able to use this image as base image,...

look

I have a need to send the scope during token refresh. RFC says: https://tools.ietf.org/html/rfc6749#section-6 ``` scope OPTIONAL. The scope of the access request as described by Section 3.3. The requested...

Security bug(??) The call to `JWT.decode()` https://github.com/omniauth/omniauth-okta/blob/b7d530aaa5d2af69100fe47cfdbd969688cda598/lib/omniauth/strategies/okta.rb#L97-L110 requires `true` (`verify = true`) to allow claim verification. The `verify_*` options do not do anything unless `verify = true` (line 99). see:...

Added a note for EKS gotcha that I struggled with. Hopefully makes it easier for the next person.

area/docs

Allows the call back access to the query value. I use it to add the query's value to the results for a "new" token.