Getting authentication error when running Apps-of-Apps in a private Github repo #20548
Replies: 1 comment 1 reply
-
|
nvm. I figured it out. the repository URL of my children apps is using https which is different from the parent app which uses ssh. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey guys.
I was wondering if somebody could help me figure out what I'm doing wrong.
Running a simple deployment on a private Github repo works okay using deploy keys. However when I deploy with Apps-of-Apps, I'm getting: Failed to load target state: failed to generate manifest for source 1 of 1: rpc error: code = Unknown desc = authentication required on the children apps. The parent app is syncing ok.
I wonder why that is. I even tried adding my login key in the UI but that doesn't seem help.
Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions