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

Porch Repository do not reflect change in auth secret #4088

Open
alexcastilio opened this issue Nov 21, 2023 · 0 comments
Open

Porch Repository do not reflect change in auth secret #4088

alexcastilio opened this issue Nov 21, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@alexcastilio
Copy link

Expected behavior

After updating repository object in k8s cluster to get credentials from new secret, repository is supposed to reflect access level provided by new credentials.

Actual behavior

After updating repository object in k8s cluster to get credentials from new secret, it does not reflect access level provided by new credentials.

Information

Steps to reproduce behavior:

  1. Create repository with wrong credentials and try to init a package (kpt alpha rpkg init ...). This will fail due to wrong credentials.
  2. Create new secret with correct credentials.
  3. Edit spec.git.secretRef.name in repository created to point to new secret with correct credentials.
  4. Try again to init a package. It still fails

kpt version: 1.0.0-beta.44
Repository apiVersion: config.porch.kpt.dev/v1alpha1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant