Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Radix" section of INTRODUCTOIN.md lacks description for non-public repos #592

Open
antoneskov opened this issue May 20, 2022 · 0 comments

Comments

@antoneskov
Copy link
Contributor

Problem
Current version of webviz deploy radix workflow does not support non-public (i.e. internal or private) repos.

There is need for certain non-trivial manual interventions:

  • radixconfig.yaml has to be modified in order to include the following section:
.....
spec:
......
  build:
    secrets:
      - GITHUB_DEPLOY_KEYS
  • A pair of SSH keys has to be generated.
    • The public key goes to Github as a Deploy Key
    • The private key goes to Radix/GITHUB_DEPLOY_KEYS when the app is created

Suggestion
Modify "Radix" section of INTRODUCTION.md accordingly. Emphasize that fully automated setup of Radix app for non-public repos is not supported.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant