We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e28281f commit 42e515fCopy full SHA for 42e515f
src/deploy/functions/release/fabricator.ts
@@ -754,6 +754,16 @@ export class Fabricator {
754
)
755
.catch(rethrowAs(endpoint, "set invoker"));
756
}
757
+ } else if (backend.isCallableTriggered(endpoint)) {
758
+ await this.executor
759
+ .run(() =>
760
+ run.setInvokerUpdate(
761
+ endpoint.project,
762
+ `projects/${endpoint.project}/locations/${endpoint.region}/services/${endpoint.runServiceId}`,
763
+ ["public"],
764
+ ),
765
+ )
766
+ .catch(rethrowAs(endpoint, "set invoker"));
767
768
769
0 commit comments