Skip to content

Fix: Enable neptune proxy custom sts endpoint #2086

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 2 commits into from
Jan 27, 2023

Conversation

joyaung
Copy link
Contributor

@joyaung joyaung commented Jan 27, 2023

Summary of Changes

Currently, when users deploy Amundsen with Neptune backend DB, NeptuneBulkLoaderApi is instantiated with the default STS endpoint.

However, this might not work when users deploy the service in government cloud / regional cloud, and the default endpoint is disabled. This PR allows user to specify the STS endpoint in the metadata config file, if they wish to.

Tests

No tests added because it does not change any application behavior. It only creates an option for user to specify their STS endpoint upfront in the config file.

Documentation

Added a line in docs/tutorials/how-to-use-amundsen-with-aws-neptune.md to explain that users can now specify STS endpoint.

CheckList

Make sure you have checked all steps below to ensure a timely review.

  • PR title addresses the issue accurately and concisely. Example: "Updates the version of Flask to v1.0.2"
  • PR includes a summary of changes.
  • PR adds unit tests, updates existing unit tests, OR documents why no test additions or modifications are needed.
  • In case of new functionality, my PR adds documentation that describes how to use it.
    • All the public functions and the classes in the PR contain docstrings that explain what it does

@joyaung joyaung requested a review from a team as a code owner January 27, 2023 06:19
@boring-cyborg boring-cyborg bot added area:docs area:metadata From the metadata folder labels Jan 27, 2023
@feng-tao feng-tao merged commit da1ca58 into amundsen-io:main Jan 27, 2023
B-T-D pushed a commit to B-T-D/amundsen that referenced this pull request Mar 29, 2023
* added option to specify sts endpoint in metadata service neptune proxy

Signed-off-by: Jovi Loo <[email protected]>

* added relevant documentation for neptune proxy sts endpoint

Signed-off-by: Jovi Loo <[email protected]>

---------

Signed-off-by: Jovi Loo <[email protected]>
Signed-off-by: Ben Dye <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:docs area:metadata From the metadata folder
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants