Srinivas

Results 3 comments of Srinivas

After analyzing the library code, I can see and able to perform the below things. ``` config_map_downloaded = get_config_map(api_reference, deployment_info) decoded_data = base64.b64decode(config_map_downloaded.binary_data.get("cacerts")) keystore = jks.KeyStore.loads(decoded_data, passphrase) ``` Can you...

Hi, I checked the above java examples. Unless I add the aws_session_token in the request parameter, the generated token is throwing an error like the below. ![image](https://user-images.githubusercontent.com/11441751/164444108-551d70c5-b153-4e70-9128-dac13796eb30.png) aws_session_token in the...

Hi @izerui , I tried your code, I am facing the same issue. Unless I pass the aws_session_token, have the same Unauthorized error.