We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
vapplication.kb.io
In order to prevent tenants from accessing arbitrary repositories, we developed neco-admission to validate app.spec.project according to app.spec.source.repoURL. https://github.com/cybozu/neco-containers/blob/main/admission/docs/configuration.md#argocdapplicationvalidator
app.spec.project
app.spec.source.repoURL
We would like to remove this neco-admission validation and instead use ArgoCD's standard features to resolve the problem.
Conduct a PoC and consider how to implement. ref. argoproj/argo-cd#5417
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What
In order to prevent tenants from accessing arbitrary repositories, we developed neco-admission to validate
app.spec.project
according toapp.spec.source.repoURL
.https://github.com/cybozu/neco-containers/blob/main/admission/docs/configuration.md#argocdapplicationvalidator
We would like to remove this neco-admission validation and instead use ArgoCD's standard features to resolve the problem.
How
Conduct a PoC and consider how to implement.
ref. argoproj/argo-cd#5417
Checklist
The text was updated successfully, but these errors were encountered: