nephio-project / nephio

Nephio is a Kubernetes-based automation platform for deploying and managing highly distributed, interconnected workloads such as 5G Network Functions, and the underlying infrastructure on which those workloads depend.
Apache License 2.0
93 stars 52 forks source link

Automatically determine if repository auth secret should be deleted #696

Open liamfallon opened 3 months ago

liamfallon commented 3 months ago

Original issue URL: https://github.com/kptdev/kpt/issues/3246 Original issue user: https://github.com/mortent Original issue created at: 2022-05-25T15:17:03Z Original issue last updated at: 2022-05-25T15:17:03Z Original issue body: On repository unregistration, the CLI can check all other registered repositories and suggest to the user to keep or delete the secret containing credentials depending on whether other repository registrations use it or the last one is being deleted; today, a --keep-auth-secret flag is used.

Original issue comments: