Omer Cohen
Omer Cohen
is it possible to enable a path without exposing it in documentation?
any plans to support storage resources?
### Describe the Bug ``` npm WARN EBADENGINE Unsupported engine { npm WARN EBADENGINE package: '@tisoap/[email protected]', npm WARN EBADENGINE required: { node: '>=16', npm: '^8.0.0' }, npm WARN EBADENGINE current:...
adding annotations updating dockerfile and ci to match current standards part of https://github.com/descope/etc/issues/5755
Allows using origin as baseUrl, except when in descope.io
### What happened? created a ruleset with a rule `phase` and `action` based on the information found in the inline comments https://github.com/pulumi/pulumi-cloudflare/blob/master/sdk/nodejs/types/input.ts#L1898-L1901 https://github.com/pulumi/pulumi-cloudflare/blob/bfb000bddd11c98f60dfb0202e6eb37a5d74e44f/sdk/nodejs/ruleset.ts#L179-L182 got the following error ``` cloudflare:index:Ruleset ():...
``` 2023-12-04T14:04:41.0481051Z ##[notice]Starting action 2023-12-04T14:04:41.2909319Z ##[notice]HTTP Request: GET https://api.github.com/repos/descope/python-sdk "HTTP/1.1 200 OK" 2023-12-04T14:04:41.2916256Z ##[notice]Generating comment for PR 2023-12-04T14:04:41.6464808Z ##[error]Critical error. This error possibly occurred because the permissions of the workflow...
I wish to have an org wide branch protection rules, requiring all repos to have basic branch protection, it would ideally look something like this: ```yaml branches: - name: master...
### What happened? created a vpc with an endpoint, the endpoint was created but was not associated with the subnets created by awsx ### Example ```typescript new awsx.ec2.Vpc( args.name, {...
https://github.com/descope/etc/issues/7818