-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
* updated to javafx * Removed reference to broken protocol handler * Fixed compile errors by updating Maven pom to use the openjavafx libraries without runtime scope updated to build on jdk11 * Bugfix: set the rolesArn's as key and principalArn's as value when parsing the available roles from the SAML token. The bug was that they were inverted and AWS STS refused the call because the role name was invalid. * Added IntelliJ idea build configurations. Updated gitignore with intellij recommended rules * previous logic was assuming that always was refreshing a previous session and cookies were in place. Added a condition that throws an exception to trigger authentication with user credentials if no cookies from a previous session are present. This avoids a crash when tool is fresh installed and no previous session cookies are present * Fixed crash if no command line options were provided after okta command * Created IntelliJ run configurations for list roles and sls commands * Fixed maven broken dependency on javafx pom * Disabled test tied to an specific AWS account * Fixed bug in roles list parsing after bugfix to set the role arn and name in the RoleOption entity for the roles selection menu. Reenabled test that was failing before * Set openjdk11 in CI/CD
- Loading branch information
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
sudo: false | ||
language: java | ||
jdk: | ||
- openjdk11 | ||
services: | ||
- docker | ||
cache: | ||
|