Skip to content

bugfix authority docs #128

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

Merged
merged 1 commit into from
Nov 26, 2024
Merged

Conversation

tora-kozic
Copy link
Contributor

@tora-kozic tora-kozic commented Nov 26, 2024

BUGFIX: prevent the authority's File object definition from clobbering ffs'

@@ -3,8 +3,9 @@ DOCS_SRC = docs-src
DOCS = $(DOCS_SRC)/docs
DOCS_OUT = $(DOCS_SRC)/out
API_DOCS = $(BUILD)/api
DOCS_SERVER := "http://localhost:5000" # Use this value as the docserver for a locally hosted baldur instance
# DOCS_SERVER := "http://localhost:8080" # Use this value as the docserver for a locally hosted api gateway instance
DOCS_SERVER = "https://api.us.code42.com" # Use this value to run against production api-gateway
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI this gets set by the developer portal deployment repo, for core-int + prod:
https://stash.corp.code42.com/projects/DT/repos/developer-portal-deployment/browse/terraform/main.tf#108

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Im curious if this is set explicitly here, if that passed in param value from the developer portal deployment will still work? Suppose it would also be nice to throw a comment in this location saying ^ that

@tora-kozic tora-kozic merged commit e25ecef into main Nov 26, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants