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

feat(fdc): Add support for Data Connect Impersonation #2844

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

jonathanedey
Copy link
Contributor

No description provided.

@jonathanedey jonathanedey added the release:stage Stage a release candidate label Feb 10, 2025
@jonathanedey jonathanedey marked this pull request as ready for review February 10, 2025 17:56
Copy link
Member

@lahirumaramba lahirumaramba left a comment

Choose a reason for hiding this comment

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

Thanks Jonathan! LGTM!

// @public
export interface ImpersonateAuthenticated {
// Warning: (ae-forgotten-export) The symbol "DecodedIdToken" needs to be exported by the entry point index.d.ts
authClaims: Partial<DecodedIdToken>;
Copy link
Member

Choose a reason for hiding this comment

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

Should this type be re-exported from src/data-connect/index.ts?

.should.eventually.be.rejected.and.has.property('code', 'data-connect/unauthenticated');
});

it('executeGraphql() successfully executes an impersonated query with non-existing authenticated claims',
Copy link
Member

Choose a reason for hiding this comment

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

nit: maybe reword this to: "should return an empty list for an impersonated query with non-existing authenticated claims"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release:stage Stage a release candidate release-note
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants