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 BBEs of access control category #1182

Merged

Conversation

ldclakmal
Copy link
Member

@ldclakmal ldclakmal commented Jan 21, 2021

Purpose

The updated list of BBEs

  1. Secured Service with Basic Auth File User Store
  2. Secured Service with Basic LDAP File User Store
  3. Secured Service with JWT Auth
  4. Secured Service with OAuth2
  5. Secured Client with Basic Auth
  6. Secured Client with Bearer Token Auth
  7. Secured Client with Self Signed JWT Auth
  8. Secured Client with OAuth2 Client Credentials Grant Type
  9. Secured Client with OAuth2 Password Grant Type
  10. Secured Client with OAuth2 Direct Token Type

The existing list of BBEs until SLP8 [REMOVED]

  1. Secured Service with Basic Auth
  2. Secured Service with JWT Auth
  3. Secured Service with OAuth2
  4. Secured Service with LDAP
  5. Secured Client with Basic Auth
  6. Secured Client with JWT Auth
  7. Secured Client with OAuth2

Redirections

  1. secured-service-with-basic-auth -> secured-service-with-basic-auth-file-user-store
  2. secured-service-with-ldap -> secured-service-with-basic-auth-ldap-user-store
  3. secured-client-with-jwt-auth -> secured-client-with-self-signed-jwt-auth
  4. secured-client-with-oauth2 -> secured-client-with-oauth2-client-credentials-grant-type

NOTE:
The basic auth file user store support has been disable for Swan Laka alpha with ballerina-platform/module-ballerina-http#183

Related PRs:
#1193
#1201
#1238

Related to: ballerina-platform/ballerina-library#584

Co-authored-by: praneesha <praneesha@wso2.com>
@ldclakmal ldclakmal marked this pull request as draft January 21, 2021 07:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants