error : getting error while deployment in Automation node

I am trying to deploy my project in automation node in my dev1 or testing env. but I am getting this error :
I am not using any API only is scenario in python code I am using this code
client = dataiku.api_client()
project_key = dataiku.default_project_key()
project = client.get_project(project_key)
An error occurred on the automation node
Automation node (infra id: automation-dev1, URL: https://dataiku-automation-dev1.nwminfra.net) returned an error when trying to retrieve the project status: Unknown API Key
can anyone help me out int this ,its is urgent
Answers
-
An error occurred on the automation node
Automation node (infra id: automation-dev1, URL: https://dataiku-automation-dev1.nwminfra.net) returned an error when trying to retrieve the project status: Unknown API Key
위 문구가 어디서 나온 화면 인지는 모르겠으나
deployer에서 infrastructures가 설정이 잘못된 것으로 보여집니다.
해당부분 체크해보시고 admin key는여기서 만드실 수 있습니다.
참고 : https://doc.dataiku.com/dss/latest/apinode/api-deployment-infrastructures.html
위 내용이 아니라면
추가적으로 어디서 나온 문구인지 캡처나 정보가 더 필요 할 것 같습니다.