You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/07/22 16:19:44 UTC

[GitHub] [airflow] jedcunningham commented on issue #17150: Git Sync for DAGs fails

jedcunningham commented on issue #17150:
URL: https://github.com/apache/airflow/issues/17150#issuecomment-885042482


   Secrets created with `data` should be base64 encoded, and `stringData` should be "plain". @potiuk is probably right, your base64 encoded value is probably wrong (a common one is getting an extra newline with `echo "foo" | base64` instead of `echo -n "foo" | base64`).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org