Personal Access Token Authentication#465
Merged
shinchris merged 7 commits intotableau:developmenttableau/server-client-python:developmentfrom Jul 26, 2019
fpagliar:users/fpagliaricci/personal-access-tokens-authfpagliar/server-client-python:users/fpagliaricci/personal-access-tokens-authCopy head branch name to clipboard
Merged
Personal Access Token Authentication#465shinchris merged 7 commits intotableau:developmenttableau/server-client-python:developmentfrom fpagliar:users/fpagliaricci/personal-access-tokens-authfpagliar/server-client-python:users/fpagliaricci/personal-access-tokens-authCopy head branch name to clipboard
shinchris merged 7 commits intotableau:developmenttableau/server-client-python:developmentfrom
fpagliar:users/fpagliaricci/personal-access-tokens-authfpagliar/server-client-python:users/fpagliaricci/personal-access-tokens-authCopy head branch name to clipboard
Conversation
t8y8
reviewed
Jul 24, 2019
Contributor
Author
|
I think I don't have permissions to merge. |
…e attempting to use it against older versions of the server
Contributor
Author
|
Moved the sign in call to a new method to validate the rest api version before using Personal Access Tokens since older versions of the rest api won't support it |
Merged
shinchris
pushed a commit
that referenced
this pull request
Oct 4, 2019
Release v0.9 ## 0.9 (4 Oct 2019) * Added Metadata API endpoints (#431) * Added site settings for Data Catalog and Prep Conductor (#434) * Added new fields to ViewItem (#331) * Added support and samples for Tableau Server Personal Access Tokens (#465) * Added Permissions endpoints (#429) * Added tags to ViewItem (#470) * Added Databases and Tables endpoints (#445) * Added Flow endpoints (#494) * Added ability to filter projects by topLevelProject attribute (#497) * Improved server_info endpoint error handling (#439) * Improved Pager to take in keyword arguments (#451) * Fixed UUID serialization error while publishing workbook (#449) * Fixed materalized views in request body for update_workbook (#461)
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.
The rest api sign in request will support providing a personal access token, along with its name, as a valid credential instead of username and password.
Created a new credential type aside of TableauAuth. They both have the same request/response format, the only difference is the credentials section of the request, where they provide different arguments.
Adding tests and a sample that shows how to use the new capabilities