You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Followed the installation guide and when i'm trying to verify the installation or even run the basic awscli i get an exception
I get this error:
Exception in thread "main" java.lang.NullPointerException: Cannot invoke "String.length()" because "this.input" is null
at java.base/java.net.URI$Parser.parse(URI.java:3164)
at java.base/java.net.URI.<init>(URI.java:623)
at java.base/java.net.URI.create(URI.java:904)
at org.apache.http.client.methods.HttpGet.<init>(HttpGet.java:66)
at com.okta.tools.saml.OktaAppClientImpl.launchApp(OktaAppClientImpl.java:40)
at com.okta.tools.saml.OktaSaml.getSamlResponseForAwsRefresh(OktaSaml.java:59)
at com.okta.tools.saml.OktaSaml.getSamlResponse(OktaSaml.java:45)
at com.okta.tools.OktaAwsCliAssumeRole.doRequest(OktaAwsCliAssumeRole.java:132)
at com.okta.tools.OktaAwsCliAssumeRole.run(OktaAwsCliAssumeRole.java:102)
at com.okta.tools.WithOkta.main(WithOkta.java:28)
Tried removing and reinstalling everything and nothing worked. Everything is the correct version.
The text was updated successfully, but these errors were encountered:
check that you have a config file in ~/.okta and that it's properly named 'config.properties' , etc.. in case of file not found / badly named this error is thrown
Followed the installation guide and when i'm trying to verify the installation or even run the basic awscli i get an exception
I get this error:
Tried removing and reinstalling everything and nothing worked. Everything is the correct version.
The text was updated successfully, but these errors were encountered: