-
Notifications
You must be signed in to change notification settings - Fork 192
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1810 from ldclakmal/bbe-revamp
Update metatags of REST API security BBEs
- Loading branch information
Showing
14 changed files
with
18 additions
and
18 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
new-examples/http-client-basic-auth/http_client_basic_auth.metatags
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
description: BBE on how to secure HTTP client with Basic auth in Ballerina. | ||
keywords: ballerina, ballerina by example, http, auth, basic auth | ||
keywords: ballerina, ballerina by example, bbe, http, auth, basic auth |
2 changes: 1 addition & 1 deletion
2
new-examples/http-client-bearer-token-auth/http_client_bearer_token_auth.metatags
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
description: BBE on how to secure HTTP client with Bearer token auth in Ballerina. | ||
keywords: ballerina, ballerina by example, http, auth, jwt auth | ||
keywords: ballerina, ballerina by example, bbe, http, auth, jwt auth |
4 changes: 2 additions & 2 deletions
4
new-examples/http-client-mutual-ssl/http_client_mutual_ssl.metatags
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
description: BBE on how the Ballerina listener client support mutual SSL. | ||
keywords: ballerina, ballerina by example, bbe, mutual ssl, ssl protocols, ciphers | ||
description: BBE on how to secure HTTP client with mutual SSL. | ||
keywords: ballerina, ballerina by example, bbe, http, mutual ssl, ssl protocols, ciphers |
2 changes: 1 addition & 1 deletion
2
...2-client-credentials-grant-type/http_client_oauth2_client_credentials_grant_type.metatags
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
description: BBE on how to secure HTTP client with OAuth2 client credentials grant type in Ballerina. | ||
keywords: ballerina, ballerina by example, http, auth, oauth2, client credentials grant type | ||
keywords: ballerina, ballerina by example, bbe, http, auth, oauth2, client credentials grant type |
2 changes: 1 addition & 1 deletion
2
...es/http-client-oauth2-password-grant-type/http_client_oauth2_password_grant_type.metatags
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
description: BBE on how to secure HTTP client with OAuth2 password grant type in Ballerina. | ||
keywords: ballerina, ballerina by example, http, auth, oauth2, password grant type | ||
keywords: ballerina, ballerina by example, bbe, http, auth, oauth2, password grant type |
2 changes: 1 addition & 1 deletion
2
...ient-oauth2-refresh-token-grant-type/http_client_oauth2_refresh_token_grant_type.metatags
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
description: BBE on how to secure HTTP client with OAuth2 refresh token grant type in Ballerina. | ||
keywords: ballerina, ballerina by example, http, auth, oauth2, refresh token grant type | ||
keywords: ballerina, ballerina by example, bbe, http, auth, oauth2, refresh token grant type |
2 changes: 1 addition & 1 deletion
2
new-examples/http-client-self-signed-jwt-auth/http_client_self_signed_jwt_auth.metatags
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
description: BBE on how to secure HTTP client with self-signed JWT auth in Ballerina. | ||
keywords: ballerina, ballerina by example, http, auth, jwt auth | ||
keywords: ballerina, ballerina by example, bbe, http, auth, jwt auth |
4 changes: 2 additions & 2 deletions
4
new-examples/http-client-ssl-tls/http_client_ssl_tls.metatags
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
description: BBE on how the Ballerina HTTPS client can be configured to connect to an HTTPS listener through 1-way SSL connection (i.e. the server is verified by the client) | ||
keywords: ballerina, ballerina by example, bbe, ssl, tls, https client, https listener | ||
description: BBE on how to secure HTTP client with SSL. | ||
keywords: ballerina, ballerina by example, bbe, http, ssl, tls |
2 changes: 1 addition & 1 deletion
2
.../http-service-basic-auth-file-user-store/http_service_basic_auth_file_user_store.metatags
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
description: BBE on how to secure HTTP service with Basic auth in Ballerina. | ||
keywords: ballerina, ballerina by example, http, auth, basic auth | ||
keywords: ballerina, ballerina by example, bbe, http, auth, basic auth |
2 changes: 1 addition & 1 deletion
2
.../http-service-basic-auth-ldap-user-store/http_service_basic_auth_ldap_user_store.metatags
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
description: BBE on how to secure HTTP service with Basic auth in Ballerina. | ||
keywords: ballerina, ballerina by example, http, auth, basic auth | ||
keywords: ballerina, ballerina by example, bbe, http, auth, basic auth |
2 changes: 1 addition & 1 deletion
2
new-examples/http-service-jwt-auth/http_service_jwt_auth.metatags
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
description: BBE on how to secure HTTP service with JWT auth in Ballerina. | ||
keywords: ballerina, ballerina by example, http, auth, jwt auth | ||
keywords: ballerina, ballerina by example, bbe, http, auth, jwt auth |
4 changes: 2 additions & 2 deletions
4
new-examples/http-service-mutual-ssl/http_service_mutual_ssl.metatags
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
description: BBE on how the Ballerina listener support mutual SSL. | ||
keywords: ballerina, ballerina by example, bbe, mutual ssl, ssl protocols, ciphers | ||
description: BBE on how to secure HTTP listener with mutual SSL. | ||
keywords: ballerina, ballerina by example, bbe, http, mutual ssl, ssl protocols, ciphers |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
description: BBE on how to secure HTTP service with OAuth2 in Ballerina. | ||
keywords: ballerina, ballerina by example, http, auth, oauth2, introspection | ||
keywords: ballerina, ballerina by example, bbe, http, auth, oauth2, introspection |
4 changes: 2 additions & 2 deletions
4
new-examples/http-service-ssl-tls/http_service_ssl_tls.metatags
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
description: BBE on how to use the Ballerina HTTPS listener to connect or interact with an HTTPS client. | ||
keywords: ballerina, ballerina by example, bbe, ssl, https, https listener | ||
description: BBE on how to secure HTTP listener with SSL. | ||
keywords: ballerina, ballerina by example, bbe, http, ssl, tls |