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

cherry-picks for release 1.1.x #382

Merged
merged 7 commits into from
Apr 21, 2023

Commits on Apr 21, 2023

  1. fix: Allow users to set OIDC maxAge value to 0 to require immediate r…

    …eauth (#364)
    
    * fix: Allow users to set OIDC maxAge value to 0 to require immediate reauth
    
    Previously, setting 0 as a value for maxAge in an OIDC resource block would not update Boundary, as it was getting treated as a nil value in the provider.
    This fix addresses that issue, ensuring that both setting the value to 0 will require immediate reauthorisation, as well as removing the maxAge paramater defaulting the reauth time length to the TTL of the chose OIDC provider
    
    * Update doc strings, fix imports, and run go generate
    
    * add changes to CHANGELOG
    mikemountain committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    f462f26 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9715054 View commit details
    Browse the repository at this point in the history
  3. Update target.md (#349)

    Update docs for Target resource removing `scope_id` from `boundary_host` resources to prevent error
    
    ```
    ╷
    │ Error: Unsupported argument
    │
    │   on main.tf line 79, in resource "boundary_host" "foo":
    │   79:   scope_id        = boundary_scope.project.id
    │
    │ An argument named "scope_id" is not expected here.
    ```
    stevenzamborsky authored and mikemountain committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    1f94144 View commit details
    Browse the repository at this point in the history
  4. feature: add worker_filter option to Boundary Credential Store Vault (#…

    …375)
    
    * feature: add worker_filter option to Boundary Credential Store Vault
    
    * Update changelog
    mikemountain committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    583a4d7 View commit details
    Browse the repository at this point in the history
  5. chore: update deps

    louisruch authored and mikemountain committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    f94f19f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bbec54b View commit details
    Browse the repository at this point in the history
  7. downgrade hclog

    mikemountain committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    0375352 View commit details
    Browse the repository at this point in the history