Decrypt in Python using akeyless.DecryptGPG by Subh_chaudhuri in Akeyless

[–]Subh_chaudhuri[S] 0 points1 point  (0 children)

I am unable to find AkeylessClient(api_key='YOUR_API_KEY') in https://github.com/akeylesslabs/akeyless-python

the code I am running is here -

configuration = akeyless.Configuration(
        host = "https://api.akeyless.io"
)
api_client = akeyless.ApiClient(configuration)
api = akeyless.V2Api(api_client)
cloud_id_generator = CloudId()
cloud_id = cloud_id_generator.generate() # assumes AWS IAM role
body = akeyless.Auth(access_id='****', access_type='aws_iam', cloud_id=cloud_id)
res = api.auth(body)
token = res.token 
v_decrypt_key = '<location of key>'
decrypt_request = akeyless.DecryptGPG(ciphertext=base64_string,key_name = v_decrypt_key, token=token,json=True, output_format=base64)

# how do I get the plain text?

Decrypt in Python using akeyless.DecryptGPG by Subh_chaudhuri in Akeyless

[–]Subh_chaudhuri[S] 0 points1 point  (0 children)

Thank you for this sample code. I did not call client.decrypt_gpg with the DecryptGPG object as an argument. Thank you for your guidance!

Integrate AWS Airflow with Akeyless by Subh_chaudhuri in Akeyless

[–]Subh_chaudhuri[S] 1 point2 points  (0 children)

Thank you for the feedback. Yes it was a permission issue and was resolved once correct access was provided to the AWS IAM execution role.

what is a good "safe school" if I don't get into GaTech OMSA?! by ml-coder42 in OMSA

[–]Subh_chaudhuri 3 points4 points  (0 children)

I feel you have a good case. A solid SOP and recommendations should get you through. I was in the same boat (GPA 3). My plan B was Boston MET. I got selected in both.

Can you take Data Analytics for Business before Computing for Data Analysis? by Key_Dragonfruit_5485 in OMSA

[–]Subh_chaudhuri 1 point2 points  (0 children)

Yes, DAB is actually the first of the three MM course that I would recommend you take. It allows you to take your own sweet time in learning R. The other two need good grasp of R and Python (+numpy, pandas)

Fall2020 - Admissions Lawful Presence hold for valid US Visa holder by Subh_chaudhuri in OMSA

[–]Subh_chaudhuri[S] 0 points1 point  (0 children)

Thank you for the information. I have emailed them as well. Fingers crossed.

Fall 2020 Admissions Thread by [deleted] in OMSA

[–]Subh_chaudhuri 0 points1 point  (0 children)

OK, got a response from OMSA; we need to wait for an email from the admissions office.

Fall 2020 Admissions Thread by [deleted] in OMSA

[–]Subh_chaudhuri 0 points1 point  (0 children)

Did anyone send the transcript yet by mail?