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

remove v1 tokens gateway APIs #2867

Closed
4 tasks
bcmdarroch opened this issue Feb 13, 2020 · 0 comments
Closed
4 tasks

remove v1 tokens gateway APIs #2867

bcmdarroch opened this issue Feb 13, 2020 · 0 comments
Assignees
Labels
auth-team anything that needs to be on the auth team board automate-auth automate-gateway v2 force upgrade branch

Comments

@bcmdarroch
Copy link
Contributor

bcmdarroch commented Feb 13, 2020

  • delete token proto
  • drop TokensV2Client
  • replace v1 API paths with v2
./src/app/components/settings-sidebar/settings-sidebar.component.html:28:    
<app-authorized  #tokens [anyOf]="[['/auth/tokens', 'get'], ['/iam/v2/tokens', 'get']]">

./src/app/modules/token/token-list/api-token-list.component.html:32:        
<app-authorized [anyOf]="[['/iam/v2/tokens', 'post'], ['/auth/tokens', 'post']]">

./src/app/modules/token/token-list/api-token-list.component.html:41:      
<app-authorized [anyOf]="[['/iam/v2/tokens', 'get'], ['/auth/tokens', 'get']]">
  • fix/port affected tests
@bcmdarroch bcmdarroch changed the title v1 tokens gateway APIs remove v1 tokens gateway APIs Feb 13, 2020
@bcmdarroch bcmdarroch added auth-team anything that needs to be on the auth team board automate-auth automate-gateway v2 force upgrade branch labels Feb 13, 2020
@bcmdarroch bcmdarroch added this to the Auth: Sprint 8 milestone Feb 13, 2020
@blakestier blakestier self-assigned this Feb 24, 2020
@susanev susanev closed this as completed Feb 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auth-team anything that needs to be on the auth team board automate-auth automate-gateway v2 force upgrade branch
Projects
None yet
Development

No branches or pull requests

3 participants