-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: custom domain name #15
Conversation
This was deployed locally to the test environment with the
By locally deploying with |
I think I found the bug, I am going to try to redeploy to test with a fix right now |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was also unable to create the ingestor domain name when deploying locally. I fixed this bug and the other one I mentioned (titiler-pgstac broken) in developmentseed/eoapi-cdk#63.
I am not approving this yet, as we need to change the import statement once the eoapi-cdk PR is merged.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
deployed on GH to test and dev
CERTIFICATE_ARN
(the ARN of the certificate to be used for the domain name),INGESTOR_CUSTOM_DOMAIN_NAME
(if missing, no domain name will be created for the ingestor API),STAC_API_CUSTOM_DOMAIN_NAME
(if missing, no domain name will be created for the STAC API) andTITILER_PGSTAC_API_CUSTOM_DOMAIN_NAME
(if missing, no domain name will be created for the titiler pgstac API)