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

An action to create an ArgoCD repository #1298

Closed
dmartinol opened this issue Mar 22, 2024 · 1 comment
Closed

An action to create an ArgoCD repository #1298

dmartinol opened this issue Mar 22, 2024 · 1 comment
Labels
kind/enhancement New feature or request stale

Comments

@dmartinol
Copy link

The argocd:create-resources action cannot access private repos. A similar action may be added to configure the repository secret from the same software template.

Feature Suggestion

Possible action configuration for git repo connected with SSH:

      name: Create the ArgoCD repository
      action: argocd:create-repository
      input:
        project: myproject
        type: git
        url: git@github.com:RoadieHQ/roadie-backstage-plugins.git
        sshPrivateKey: <base64 encoded string>

Possible Implementation

Follow the CreateRepositoryCredentials API to define the payload (e.g. the action input).

FYI, @masayag @gciavarrini @pkliczewski

@dmartinol dmartinol added the kind/enhancement New feature or request label Mar 22, 2024
Copy link
Contributor

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement New feature or request stale
Projects
None yet
Development

No branches or pull requests

1 participant