-
Notifications
You must be signed in to change notification settings - Fork 225
Make githubsource's SecretToken optional #297
Comments
gcppubsubsource has been removed from this repo. Please see http://github.com/google/knative-gcp
/close |
@n3wscott: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
@n3wscott I think you closed this one by mistake - this isn't about gcp |
This issue is stale because it has been open for 90 days with no |
/remove-lifecycle stale |
move to knative-sandbox/eventing-github: knative-extensions/eventing-github#36 |
Right now SecretToken appears to be required:
https://github.com/knative/eventing-sources/blob/master/pkg/apis/sources/v1alpha1/githubsource_types.go#L66
I think it would be nice if it were made optional, and if not provided then the system just created something to use (like a UUID). This value has no meaning outside of this subscription so I don't need the requirement to force the user to specify it. However, if someone does want to do so they can.
The text was updated successfully, but these errors were encountered: