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

Fix Azure SP Personal Access Token Duration #110

Merged
merged 8 commits into from
Jun 25, 2020
Merged

Commits on Jun 16, 2020

  1. switched the client api to create token to accept time.duration rathe…

    …r than int32. azure_auth now supports pat_token_duration_seconds to customize the temporary pat token. It will get deprecated when full support of AAD is released.
    stikkireddy committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    a3188cc View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2020

  1. Configuration menu
    Copy the full SHA
    aaecd88 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2020

  1. Configuration menu
    Copy the full SHA
    d0ca2e6 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2020

  1. Merge branches 'azure-sp-token-duration-fix' and 'master' of github.c…

    …om:databrickslabs/terraform-provider-databricks into azure-sp-token-duration-fix
    
    � Conflicts:
    �	client/service/tokens.go
    �	databricks/azure_auth.go
    �	databricks/provider.go
    �	databricks/resource_databricks_token.go
    stikkireddy committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    f90a90b View commit details
    Browse the repository at this point in the history
  2. removed the DBApiClientMetadata and added TokenCreateTime field for e…

    …nabling testing, added default of 3600 seconds for pat token and added test for the default func; added docs
    stikkireddy committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    a32def4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    082c0ad View commit details
    Browse the repository at this point in the history
  4. fix grammar error

    stikkireddy committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    f222410 View commit details
    Browse the repository at this point in the history
  5. Merge branches 'azure-sp-token-duration-fix' and 'master' of github.c…

    …om:databrickslabs/terraform-provider-databricks into azure-sp-token-duration-fix
    
    � Conflicts:
    �	databricks/azure_auth.go
    stikkireddy committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    9715850 View commit details
    Browse the repository at this point in the history