Srinivas
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.  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.