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
Method path.Join is used to concatenate URL and app name: https://github.com/argoproj/argo-cd/blob/master/server/application/application.go#L72
path.Join
As a result URL double slash got replaced with a single slash.
The text was updated successfully, but these errors were encountered:
Issue argoproj#283 - API server incorrectly compose application fully…
4cd9d11
… qualified name for RBAC check
Issue #283 - API server incorrectly compose application fully qualifi…
3fbbe94
…ed name for RBAC check (#284)
feat: expose APIGroups in GetClusterInfo (argoproj#283)
ddc92c9
Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
No branches or pull requests
Method
path.Join
is used to concatenate URL and app name: https://github.com/argoproj/argo-cd/blob/master/server/application/application.go#L72As a result URL double slash got replaced with a single slash.
The text was updated successfully, but these errors were encountered: