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

[TASK] brainstorm smart way of saving credentials #147

Open
JoernBerkefeld opened this issue Oct 9, 2022 · 0 comments
Open

[TASK] brainstorm smart way of saving credentials #147

JoernBerkefeld opened this issue Oct 9, 2022 · 0 comments
Assignees
Labels
Milestone

Comments

@JoernBerkefeld
Copy link
Collaborator

easiest situation:

  • each of our environments is on the same server.
  • only one credential is used to access all

Pilot customer case:

  • develop & staging environments sit on one server; production on a second
  • we need 2 credentials to cover both
  • we have 5 environments to cover on the first server (dev, testing, ...) and 70+ on the production server

options so far:
save credentials on pipeline for majority (in this case prod) and additionally on environment for the minority. Then, check in copado function if environment creds are given and use these instead of credentials on pipeline. but that's messy.
can we use the credentials records maybe?

so far we save the credentials in system properties of environments or pipeline.

@JoernBerkefeld JoernBerkefeld added this to the #2 deploy 1:n (child BUs) milestone Oct 9, 2022
@JoernBerkefeld JoernBerkefeld modified the milestones: #2 deploy 1:n (child BUs), #4 (Out of Scope) Copado GUI enhancements Oct 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants