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

Support CSP User Token #292

Merged
merged 13 commits into from
Aug 25, 2023
Merged

Support CSP User Token #292

merged 13 commits into from
Aug 25, 2023

Commits on Aug 22, 2023

  1. Introduce abstract CSPTokenService

    Co-authored-by: Kyle Tolliver <ktolliver@vmware.com>
    oppegard and ktollivervmw committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    a58d47a View commit details
    Browse the repository at this point in the history
  2. WIP: Added CSP User API Token authentication along with test cases

    Signed-off-by: Kyle Tolliver <ktolliver@vmware.com>
    Co-authored-by: Kyle Tolliver <ktolliver@vmware.com>
    oppegard and ktollivervmw committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    2653644 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. WIP: Moved CSPTokenServiceTest and included CSPUserToken in Client Bu…

    …ilder
    
    Signed-off-by: Kyle Tolliver <ktolliver@vmware.com>
    Co-authored-by: Kyle Tolliver <ktolliver@vmware.com>
    warshawd and ktollivervmw committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    db3a41b View commit details
    Browse the repository at this point in the history
  2. Updated names for cspUserToken, useTokenForCSP, and requestAndParseToken

    Signed-off-by: Devon Warshaw <warshawd@vmware.com>
    Co-authored-by: Devon Warshaw <warshawd@vmware.com>
    Co-authored-by: Kyle Tolliver <ktolliver@vmware.com>
    3 people committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    9482f77 View commit details
    Browse the repository at this point in the history
  3. Prepped for 3.4.0 release

    Signed-off-by: Glenn Oppegard <goppegard@pivotal.io>
    Co-authored-by: Glenn Oppegard <goppegard@pivotal.io>
    Co-authored-by: Devon Warshaw <warshawd@vmware.com>
    3 people committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    8b1dd73 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. CSPTokenServiceImpl to replace abstract class

    Co-authored-by: Kyle Tolliver <ktolliver@vmware.com>
    oppegard and ktollivervmw committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    dec3169 View commit details
    Browse the repository at this point in the history
  2. Commit missing classes

    Co-authored-by: Kyle Tolliver <ktolliver@vmware.com>
    oppegard and ktollivervmw committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    f42c3e0 View commit details
    Browse the repository at this point in the history
  3. WIP: Removed old CSP implementation and updated CSP tests with wiremo…

    …ck verify
    
    Signed-off-by: Kyle Tolliver <ktolliver@vmware.com>
    Co-authored-by: Kyle Tolliver <ktolliver@vmware.com>
    oppegard and ktollivervmw committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    d0553de View commit details
    Browse the repository at this point in the history
  4. Testing potential fix for CSP Auth Token tests

    Signed-off-by: Glenn Oppegard <goppegard@pivotal.io>
    Co-authored-by: Glenn Oppegard <goppegard@pivotal.io>
    Co-authored-by: Kyle Tolliver <ktolliver@vmware.com>
    3 people committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    137cfc9 View commit details
    Browse the repository at this point in the history
  5. Cleaned up comments and fixed CSP tests

    Signed-off-by: Devon Warshaw <warshawd@vmware.com>
    Co-authored-by: Devon Warshaw <warshawd@vmware.com>
    Co-authored-by: Glenn Oppegard <goppegard@pivotal.io>
    3 people committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    d7035bb View commit details
    Browse the repository at this point in the history
  6. Removed nested CSPTokenServiceTest class that caused tests to not run

    Co-authored-by: Kyle Tolliver <ktolliver@vmware.com>
    oppegard and ktollivervmw committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    87947c9 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. Moved TokenIdentifier to TokenService

    Signed-off-by: Kyle Tolliver <ktolliver@vmware.com>
    Co-authored-by: Kyle Tolliver <ktolliver@vmware.com>
    oppegard and ktollivervmw committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    30ca494 View commit details
    Browse the repository at this point in the history
  2. Check for ALL_PERMISSIONS scope

    Signed-off-by: Kyle Tolliver <ktolliver@vmware.com>
    Co-authored-by: Kyle Tolliver <ktolliver@vmware.com>
    oppegard and ktollivervmw committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    781120f View commit details
    Browse the repository at this point in the history