Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

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

add ability to enable / disable consumer credentials without deleting them #439

Closed
ahmadnassri opened this issue Jul 30, 2015 · 6 comments
Closed
Assignees
Labels
task/feature Requests for new features in Kong

Comments

@ahmadnassri
Copy link
Contributor

scenario:

  • I want to disable certain consumers from using certain credentials temporarily without changing their keys.

expectation:

  • I can change enabled flag on a credentials object (in oauth2 or other authentication plugins)
@ahmadnassri
Copy link
Contributor Author

cc: @lucamaraschi

@b6t
Copy link

b6t commented Jul 15, 2016

+1 or at least the ability to delete a key. If a key is compromised there are no options to invalidate the compromised key and issue a new one. is there?

@subnetmarco
Copy link
Member

@coreybeaumont yes, you can execute an HTTP DELETE request to that key.

@b6t
Copy link

b6t commented Jul 15, 2016

@thefosk thanks - the structure of the url was not initially apparent to successfully delete. Anyways, active | inactive would still be a great help.

@thibaultcha thibaultcha removed the BC label Sep 1, 2016
@rzschech
Copy link

rzschech commented Aug 18, 2017

I would like this too. I would do the following:

  1. user signs up with email address and password
  2. create consumer and basic auth credentials where username=email address, password=password and disabled=true
  3. send email address verification email to user
  4. user can't login with basic auth credentials
  5. user clicks link in verification email
  6. patch basic auth credential disabled=false

This allows me to store the password while the email address verification is in progress.

@parajanoff
Copy link

+1

@kikito kikito added task/feature Requests for new features in Kong and removed proposal labels Feb 8, 2021
@guanlan guanlan closed this as completed May 26, 2021
@Kong Kong locked and limited conversation to collaborators May 26, 2021

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
task/feature Requests for new features in Kong
Projects
None yet
Development

No branches or pull requests

9 participants