Add an embedded OAuth2 issuer#3151
Draft
bbockelm wants to merge 12 commits intoPelicanPlatform:mainfrom
Draft
Conversation
- Add Client.CredentialFile parameter to docs/parameters.yaml - Regenerate param files with new Client_CredentialFile parameter - Add Client_CredentialFile override in GetEncryptedConfigName() - Add SaveConfigContentsToFile() for saving credentials to specific paths - Add HasEncryptedPassword() to check if credential file is password-protected - Create credentials_token_setup.go with the setup subcommand - Add --no-password, --credential-file, --read, --write flags - Add tests for new functionality Co-authored-by: bbockelm <1093447+bbockelm@users.noreply.github.com>
Signed-off-by: clock <clock@wisc.edu>
Collaborator
Author
|
@CannonLock - can you take a look at this? Everything works but the redirect-after-login (which still adds the |
Use app router when routing to app and use window routing when routing to page external to app but relative to domain. Signed-off-by: clock <clock@wisc.edu>
Collaborator
Author
|
@CannonLock - can you fix the Linter issue? |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This is a draft of server-side code that would replace the proxy to the external Java package.