provider-gitlab icon indicating copy to clipboard operation
provider-gitlab copied to clipboard

Hook token as secret reference

Open dariozachow opened this issue 2 months ago • 0 comments

What happened?

When using the Hook MR for projects, the secret token which verifies the webhook call is written directly into the MR itself. Thus having the Secret not in a kubernetes Secret.

It would be better giving a secret ref to the hook and read the secret from that location.

How can we reproduce it?

Create a Hook with the token field set

What environment did it happen in?

Crossplane version: 1.14.2 Crossplane Provider GitLab version: 0.6.1

dariozachow avatar Apr 16 '24 05:04 dariozachow