Skip to content
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

IOTEDGE-1205 Add IG as API Gateway [WIP] #165

Merged
merged 3 commits into from
Nov 18, 2022
Merged

Conversation

LaiHangMan
Copy link
Collaborator

No description provided.

Copy link
Collaborator

@JacoJooste JacoJooste left a comment

Choose a reason for hiding this comment

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

I made a couple of small suggestions, but other than that it looks good. I also tested it and everything worked perfectly.

Great work Lai!

@@ -65,7 +65,9 @@ export CLUSTER=<The cluster name>
export ZONE=<The Google Cloud zone in which the cluster resides>
export NAMESPACE=<The namespace to use in your cluster>
export FQDN=<The fully qualified domain name of your deployment>
export CONTAINER_REGISTRY=<The default container repository>
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
export CONTAINER_REGISTRY=<The default container repository>
export CONTAINER_REGISTRY=<The default container registry>

./forgeops build am --config-profile $CONFIG_PROFILE
./forgeops build idm --config-profile $CONFIG_PROFILE
./forgeops build am --config-profile $CONFIG_PROFILE --default-repo $CONTAINER_REGISTRY
./forgeops build idm --config-profile $CONFIG_PROFILE --default-repo $CONTAINER_REGISTRY
Copy link
Collaborator

Choose a reason for hiding this comment

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

Can you please add CONTAINER_REGISTRY to the:

  • check on line 25 of this file
  • env print out on line 47 of this file
  • env list on line 19 of deployments/forgeops/README.md

@LaiHangMan LaiHangMan merged commit 056d9a3 into main Nov 18, 2022
@LaiHangMan LaiHangMan deleted the iot-standard-oauth branch November 18, 2022 14:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants