Skip to content

website/docs: add new name "Microsft Entra ID" for Azure AD #8930

Merged
tanberry merged 4 commits intomainfrom
docs-Entra-ID
Mar 15, 2024
Merged

website/docs: add new name "Microsft Entra ID" for Azure AD #8930
tanberry merged 4 commits intomainfrom
docs-Entra-ID

Conversation

@tanberry
Copy link
Contributor

@tanberry tanberry commented Mar 15, 2024

  • The documentation has been updated
  • The documentation has been formatted (make website)

Tana M Berry added 2 commits March 14, 2024 15:51
@tanberry tanberry requested a review from a team as a code owner March 15, 2024 22:24
@netlify
Copy link

netlify bot commented Mar 15, 2024

Deploy Preview for authentik-storybook canceled.

Name Link
🔨 Latest commit 1fe3025
🔍 Latest deploy log https://app.netlify.com/sites/authentik-storybook/deploys/65f4d045650d120008e30aef

@netlify
Copy link

netlify bot commented Mar 15, 2024

Deploy Preview for authentik-docs failed.

Name Link
🔨 Latest commit 2e1ca76
🔍 Latest deploy log https://app.netlify.com/sites/authentik-docs/deploys/65f4ca9f10fa310008e84a4e

Copy link
Contributor

@kensternberg-authentik kensternberg-authentik left a comment

Choose a reason for hiding this comment

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

Two nitpicks, but otherwise fine.

---

:::info
This feature is in technical preview, so please report any Bugs you run into on [GitHub](https://github.com/goauthentik/authentik/issues)
Copy link
Contributor

Choose a reason for hiding this comment

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

Pretty sure "bugs" only needs to be capitalized when talking about this guy:
image


The RAC provider is a highly flexible feature for accessing remote machines. This document provides instructions for the basic creation and configuration of a RAC provider within a defined scenario.

Fow more information about using a RAC provider, see the [Overview](./index.md) documentation. You can also view our [video on YouTube](https://www.youtube.com/watch?v=9wahIBRV6Ts) for setting up a RAC.
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggestion: "[our video on YouTube]". It's a small change, but "our video" is one complete noun phrase and we should preserve the syntax of it.

@tanberry tanberry enabled auto-merge (squash) March 15, 2024 23:01
@tanberry tanberry merged commit f53f3c7 into main Mar 15, 2024
@tanberry tanberry deleted the docs-Entra-ID branch March 15, 2024 23:04
@github-actions
Copy link
Contributor

authentik PR Installation instructions

Instructions for docker-compose

Add the following block to your .env file:

AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-ghcr.io/goauthentik/dev-server:gh-1fe3025683a5a448dd517e98437eb23e889c84d9
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s

For arm64, use these values:

AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-ghcr.io/goauthentik/dev-server:gh-1fe3025683a5a448dd517e98437eb23e889c84d9-arm64
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s

Afterwards, run the upgrade commands from the latest release notes.

Instructions for Kubernetes

Add the following block to your values.yml file:

authentik:
    outposts:
        container_image_base: ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s
image:
    repository: ghcr.io/goauthentik/dev-server
    tag: gh-ghcr.io/goauthentik/dev-server:gh-1fe3025683a5a448dd517e98437eb23e889c84d9

For arm64, use these values:

authentik:
    outposts:
        container_image_base: ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s
image:
    repository: ghcr.io/goauthentik/dev-server
    tag: gh-ghcr.io/goauthentik/dev-server:gh-1fe3025683a5a448dd517e98437eb23e889c84d9-arm64

Afterwards, run the upgrade commands from the latest release notes.

kensternberg-authentik added a commit that referenced this pull request Mar 18, 2024
* main: (31 commits)
  root: support redis username (#8935)
  core: bump black from 24.2.0 to 24.3.0 (#8945)
  web: bump the wdio group in /tests/wdio with 2 updates (#8939)
  web: bump the sentry group in /web with 1 update (#8941)
  website: bump postcss from 8.4.35 to 8.4.36 in /website (#8940)
  core: bump twilio from 9.0.1 to 9.0.2 (#8942)
  core: bump ruff from 0.3.2 to 0.3.3 (#8943)
  events: discard notification if user has empty email (#8938)
  ci: always run ci-main on branch pushes (#8950)
  core: bump goauthentik.io/api/v3 from 3.2024022.2 to 3.2024022.3 (#8946)
  website/docs: add new name "Microsft Entra ID" for Azure AD  (#8930)
  outposts: Enhance config options for k8s outposts (#7363)
  website/docs: add link to CRUD docs (#8925)
  web: bump API Client version (#8927)
  outpost: improved set secret answers for flow execution (#8013)
  stages/user_write: ensure user data is json-serializable (#8926)
  website/docs: update example ldapsearch commands (#8906)
  admin: Handle latest  version unknown in admin dashboard (#8858)
  core: bump coverage from 7.4.3 to 7.4.4 (#8917)
  core: bump urllib3 from 1.26.18 to 2.2.1 (#8918)
  ...
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