Skip to content

Gitpod API missing #2241

@JesterOrNot

Description

@JesterOrNot

While working on Gitpod-AWS I almost made a functioning automated install however on trying to login I get the following error

image

Note the following things have been missing from the install

  • A real domain with wildcards (although I have tried to get the DNS with gcp to work I have been unable and have had to do some hacky things to make it work)
  • The image builder service seems broken
    image

Current configuration

gitpod:
  hostname: adb8cda76790e47cb99317fabdfe3661-43330277.us-east-2.elb.amazonaws.com
  components:
    proxy:
      loadBalancerIP: null
  authProviders:
  - id: "Github"
    host: "github.com"
    protocol: "http"
    type: "GitHub"
    oauth:
      clientId: "a0d9f23f71a890a581e8"
      clientSecret: "SECRET"
      callBackUrl: "http://adb8cda76790e47cb99317fabdfe3661-43330277.us-east-2.elb.amazonaws.com/auth/github/callback"
      settingsUrl: "https://github.com/settings/connections/applications/a0d9f23f71a890a581e8"
  installPodSecurityPolicies: true

docker-registry:
  enabled: true

gitpod_selfhosted:
  variants:
    customRegistry: false

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions