Skip to content

Commit

Permalink
Boundary: update product landing and install pages to include auth0 (#…
Browse files Browse the repository at this point in the history
…2293)

* adds boundary/oidc-auth0 tutorial

* adds Identity-based access card referencing identity-management collection

* adds boundary/oidc-auth0 to tutorial cards
  • Loading branch information
stellarsquall committed Jan 19, 2024
1 parent 211227b commit fdae19e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/content/boundary/install-landing.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"featuredTutorialsSlugs": [
"boundary/oidc-auth0",
"boundary/oss-vault-cred-brokering-quickstart",
"boundary/hcp-manage-workers",
"boundary/hcp-ssh-cred-injection",
Expand Down
6 changes: 6 additions & 0 deletions src/content/boundary/product-landing.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@
{
"type": "linked_cards",
"cards": [
{
"heading": "Identity-based Access",
"body": "Enable privileged sessions for users and applications based on user identity and role.",
"url": "/boundary/tutorials/identity-management"
},
{
"heading": "Service Discovery",
"body": "Service discovery focuses on automating the process of onboarding new or changed infrastructure resources to Boundary as hosts.",
Expand All @@ -67,6 +72,7 @@
{
"type": "tutorial_cards",
"tutorialSlugs": [
"boundary/oidc-auth0",
"boundary/oss-vault-cred-brokering-quickstart",
"boundary/hcp-manage-workers",
"boundary/hcp-ssh-cred-injection",
Expand Down

1 comment on commit fdae19e

@vercel
Copy link

@vercel vercel bot commented on fdae19e Jan 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.