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

Update metatags of REST API security BBEs #1810

Merged
merged 1 commit into from
May 31, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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
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
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
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
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
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 new-examples/http-client-ssl-tls/http_client_ssl_tls.metatags
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
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
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
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
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
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
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