Skip to content

Schema should allow GRPC service host with dots(.) #1111

@adi2412

Description

@adi2412

I tried this:

Currently, the schema does not allow the below GRPC task spec-

document:
  dsl: 1.0.0
  name: my-grpc-workflow
  version: 1.0.0
  namespace: default
do:
  - callUserService:
      call: grpc
      with:
        proto:
          endpoint: 'https://myservice/grpc.proto'
        service:
          name: hello.world
          host: grpc.myservice.com
          port: 50051
        method: HelloWorld

This happened:

The workflow validation throws an error

I expected this:

GRPC service hosts with dots(.) should be allowed

Is there a workaround?

No response

Anything else?

No response

Area(s)

Schema

Community Notes

  • Please vote by adding a 👍 reaction to the issue to help us prioritize.
  • If you are interested to work on this issue, please leave a comment.name: Bug Report 🐞

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

Status

Backlog

Relationships

None yet

Development

No branches or pull requests

Issue actions