-
|
We have setup custom deployment to one of our customer's on-premise servers. The problem is that the deployment pipeline now asks for an AUTHCONTEXT Secret. We have the Authcontext when we deploy to cloud environments, but how do we create it for On-Premise Deployments? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
|
The answer I got two years ago might also work for you: #519 (comment) |
Beta Was this translation helpful? Give feedback.
-
|
Tried it but doesn't seem to work. It just says that it cannot authenticate |
Beta Was this translation helpful? Give feedback.
-
|
We had the custom deployment script in the .AL-Go Folder and not the .github folder. Moved it into the .github folder and now it doesn't ask for the authcontext again. Seems to work now. |
Beta Was this translation helpful? Give feedback.
-
|
@frottke Maybe you can help with this. The Custom Script is now running, it is able to download the artifacts on the On-Premise agent runner, but the |
Beta Was this translation helpful? Give feedback.
The answer I got two years ago might also work for you: #519 (comment)