Skip to content

Temple test freezes before configure kong stage when Templefile doesn't use Auth #290

Description

@Lewiky

Minimal example:

Foreign: project{
  #language(go);
  #database(postgres);
  #provider(dockerCompose);
}

Foo: service {
  field: int;
  bar: Bar;
}

Bar: service {
  test: int;
}

Running temple test on this Templefile freezes after the docker-compose stage - the configure-kong.sh step never happens.

Adding an #auth block to one of the services fixes it

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions