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(oauth): Implement OAuth 2.0 Client Credentials grant as supported auth mechanism #23

Open
wants to merge 16 commits into
base: release-2.2
Choose a base branch
from

Commits on Aug 20, 2024

  1. feat(oauth): Implement OAuth 2.0 Client Credentials grant as supporte…

    …d auth mechanism
    
    Signed-off-by: Hayden Roszell <hroszell@gmail.com>
    m8rmclaren committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    0e14622 View commit details
    Browse the repository at this point in the history
  2. chore(changelog): Update changelog

    Signed-off-by: Hayden Roszell <hroszell@gmail.com>
    m8rmclaren committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    faf4ba8 View commit details
    Browse the repository at this point in the history
  3. chore(manifest): Upgrade to v2 manifest

    Signed-off-by: Hayden Roszell <hroszell@gmail.com>
    m8rmclaren committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    c90134b View commit details
    Browse the repository at this point in the history
  4. chore(ci): Upgrade to latest go lint

    Signed-off-by: Hayden Roszell <hroszell@gmail.com>
    m8rmclaren committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    6b92a65 View commit details
    Browse the repository at this point in the history
  5. chore(ci): Use correct docker creds in workflow

    Signed-off-by: Hayden Roszell <hroszell@gmail.com>
    m8rmclaren committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    7e928f0 View commit details
    Browse the repository at this point in the history
  6. fix(lint): Conform code to linter

    Signed-off-by: Hayden Roszell <hroszell@gmail.com>
    m8rmclaren committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    ed3b093 View commit details
    Browse the repository at this point in the history
  7. fix(lint): Conform code to linter

    Signed-off-by: Hayden Roszell <hroszell@gmail.com>
    m8rmclaren committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    149a9bc View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. chore(test): Add log statement if step fails

    Signed-off-by: Hayden Roszell <hroszell@gmail.com>
    m8rmclaren committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    e782f04 View commit details
    Browse the repository at this point in the history
  2. chore(test): Use in-cluster hostname for integration test

    Signed-off-by: Hayden Roszell <hroszell@gmail.com>
    m8rmclaren committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    e7096d8 View commit details
    Browse the repository at this point in the history
  3. chore(sample): Remove annotations from sample

    Signed-off-by: Hayden Roszell <hroszell@gmail.com>
    m8rmclaren committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    04ad6e5 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. chore(ci): Use dev workflow to address container build ci regression

    Signed-off-by: Hayden Roszell <hroszell@gmail.com>
    m8rmclaren committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    38b7b94 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd4c1fb View commit details
    Browse the repository at this point in the history
  3. chore(starter): Point Bootstrap Workflow at v3 tag

    Signed-off-by: Hayden Roszell <hroszell@gmail.com>
    m8rmclaren committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    b02129c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a0de65a View commit details
    Browse the repository at this point in the history
  5. chore(docs): Refactor docs to discuss OAuth config

    Signed-off-by: Hayden Roszell <hroszell@gmail.com>
    m8rmclaren committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    6b9d786 View commit details
    Browse the repository at this point in the history
  6. Update generated docs

    Keyfactor committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    20dcddc View commit details
    Browse the repository at this point in the history