-
Notifications
You must be signed in to change notification settings - Fork 478
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
Switched from metadata_url to metadata for end user authentication #26042
Open
allenhouchins
wants to merge
24
commits into
main
Choose a base branch
from
allenhouchins-end-user-metadata-field
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+6
−2
Open
Changes from 17 commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
1d78907
Update default.yml
allenhouchins e43bb7f
Update default.yml
allenhouchins b560a28
Update default.yml
allenhouchins 07590f5
Update default.yml
allenhouchins 3beb660
Update default.yml
allenhouchins bbd2ca4
Update default.yml
allenhouchins 8a96064
Update default.yml
allenhouchins 113a754
Update default.yml
allenhouchins f8965b0
Update default.yml
allenhouchins bcc95ee
Update default.yml
allenhouchins cd9833d
Let's see if this works
noahtalerman 0c9f164
Update default.yml
allenhouchins 97859c1
Fix typo
noahtalerman 48ebdb7
Merge branch 'allenhouchins-end-user-metadata-field' of https://githu…
allenhouchins a6e9205
Maybe matching the docs will work
noahtalerman 23f4e18
Update default.yml
allenhouchins f230762
Update default.yml
allenhouchins 2927aa3
Update default.yml
allenhouchins c1bc859
Update default.yml
allenhouchins eed01dc
Update default.yml
allenhouchins 2c2cff8
updated variable
allenhouchins a07d892
Update default.yml
allenhouchins 96a7e39
Update default.yml
allenhouchins 6934cc9
Update default.yml
allenhouchins File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
@allenhouchins based on my testing for #26135 I would experiment with moving this two spaces forward or two spaces back, i.e.
or
and see if either of those works.
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.
@sgress454 No change in behavior.
Two spaces forward: 2927aa3
Two spaces backward: c1bc859
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.
👍 thanks for trying