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

website/integrations: update vcenter integration docs #11768

Merged
merged 21 commits into from
Nov 12, 2024
Merged

Conversation

tanberry
Copy link
Contributor

@tanberry tanberry commented Oct 22, 2024

This PR updates the integration docs for VMWare VCenter.

If applicable

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

Wouter0100 and others added 2 commits October 22, 2024 15:27
I added the prompt_data and user_path to the auth flow. This allows us to more easily sync users details whenever they're logged in through a Source by using the Write stage, identical to an  Enrolment flow.

This makes sure that mappings etc are automatically taken into consideration, and are passed to the Authentication flow.

While I was at it, I made the code consistent with the `handle_enroll` method.

Signed-off-by: Wouter van Os <wouter0100@gmail.com>
@tanberry tanberry requested review from a team as code owners October 22, 2024 20:42
Copy link

netlify bot commented Oct 22, 2024

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 110958d
🔍 Latest deploy log https://app.netlify.com/sites/authentik-docs/deploys/67324bdd2104bb000866b672
😎 Deploy Preview https://deploy-preview-11768--authentik-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

netlify bot commented Oct 22, 2024

Deploy Preview for authentik-storybook canceled.

Name Link
🔨 Latest commit 110958d
🔍 Latest deploy log https://app.netlify.com/sites/authentik-storybook/deploys/67324bddf4ff80000865a2e9

@tanberry tanberry force-pushed the docs-update-vcenter branch from 653c7c6 to c5eacbe Compare October 22, 2024 20:44
Copy link

codecov bot commented Oct 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.57%. Comparing base (0e4e7cc) to head (110958d).
Report is 123 commits behind head on main.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #11768      +/-   ##
==========================================
- Coverage   92.80%   92.57%   -0.24%     
==========================================
  Files         740      761      +21     
  Lines       36782    37822    +1040     
==========================================
+ Hits        34136    35012     +876     
- Misses       2646     2810     +164     
Flag Coverage Δ
e2e 49.20% <ø> (-0.15%) ⬇️
integration 24.91% <ø> (-0.03%) ⬇️
unit 90.15% <ø> (-0.12%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

github-actions bot commented Oct 22, 2024

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-110958de6448409990a19d6e605b5da56ff4c6f7
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-110958de6448409990a19d6e605b5da56ff4c6f7-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
global:
    image:
        repository: ghcr.io/goauthentik/dev-server
        tag: gh-110958de6448409990a19d6e605b5da56ff4c6f7

For arm64, use these values:

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

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

@tanberry
Copy link
Contributor Author

Hello @Wouter0100 apologies, I think I mangled your commits somehow! I didn't see that you had made a commit to the PR, I only saw that there was a new file in the PR that I had not pushed, and thought I'd accidentally included it in my PR. So I removed it. Whah. Sorry about that. Can you take a look and repair the damage I did? We very much want your info added!

@Wouter0100
Copy link
Contributor

My changes are already merged in, so should be fine!

#11702

@tanberry
Copy link
Contributor Author

My changes are already merged in, so should be fine!

#11702

OK good to hear, thanks for your patience.... for my learning, ummm... what exactly happened? I think you added your commits to this PR, then I foolishly removed the entire file from the PR... so how/when did your commits get merged? In a diff PR after you realized I was mangling things haha?

@Wouter0100
Copy link
Contributor

I'm not sure what happened, but I didn't participate in this MR at all and haven't done anything specifically. It seems you somehow rebased my commit and put it in this branch.

My changes were merged in #11702.

@tanberry
Copy link
Contributor Author

I'm not sure what happened, but I didn't participate in this MR at all and haven't done anything specifically. It seems you somehow rebased my commit and put it in this branch.

My changes were merged in #11702.

Ah, yes, that tracks... my rebase went awry. Thank you so much for both your contribution and for the explanation.

@tanberry tanberry requested a review from BeryJu November 1, 2024 15:54
tanberry and others added 8 commits November 11, 2024 10:40
Co-authored-by: Jens L. <jens@goauthentik.io>
Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com>
Co-authored-by: Jens L. <jens@goauthentik.io>
Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com>
Co-authored-by: Jens L. <jens@goauthentik.io>
Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com>
Co-authored-by: Jens L. <jens@goauthentik.io>
Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com>
Co-authored-by: Jens L. <jens@goauthentik.io>
Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com>
Co-authored-by: Jens L. <jens@goauthentik.io>
Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com>
Co-authored-by: Jens L. <jens@goauthentik.io>
Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com>
Co-authored-by: Jens L. <jens@goauthentik.io>
Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com>
tanberry and others added 5 commits November 11, 2024 10:44
Co-authored-by: Jens L. <jens@goauthentik.io>
Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com>
Co-authored-by: Jens L. <jens@goauthentik.io>
Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com>
@BeryJu BeryJu merged commit 6d5a611 into main Nov 12, 2024
70 checks passed
@BeryJu BeryJu deleted the docs-update-vcenter branch November 12, 2024 13:10
kensternberg-authentik added a commit that referenced this pull request Nov 12, 2024
* main: (21 commits)
  web: bump API Client version (#11997)
  sources/kerberos: use new python-kadmin implementation (#11932)
  core: add ability to provide reason for impersonation (#11951)
  website/integrations:  update vcenter integration docs (#11768)
  core, web: update translations (#11995)
  website: bump postcss from 8.4.48 to 8.4.49 in /website (#11996)
  web: bump API Client version (#11992)
  blueprints: add default Password policy (#11793)
  stages/captcha: Run interactive captcha in Frame (#11857)
  core, web: update translations (#11979)
  core: bump packaging from 24.1 to 24.2 (#11985)
  core: bump ruff from 0.7.2 to 0.7.3 (#11986)
  core: bump msgraph-sdk from 1.11.0 to 1.12.0 (#11987)
  website: bump the docusaurus group in /website with 9 updates (#11988)
  website: bump postcss from 8.4.47 to 8.4.48 in /website (#11989)
  stages/password: use recovery flow from brand (#11953)
  core: bump golang.org/x/sync from 0.8.0 to 0.9.0 (#11962)
  web: bump cookie, swagger-client and express in /web (#11966)
  core, web: update translations (#11959)
  core: bump debugpy from 1.8.7 to 1.8.8 (#11961)
  ...
kensternberg-authentik added a commit that referenced this pull request Nov 13, 2024
* main: (55 commits)
  web: bump API Client version (#11997)
  sources/kerberos: use new python-kadmin implementation (#11932)
  core: add ability to provide reason for impersonation (#11951)
  website/integrations:  update vcenter integration docs (#11768)
  core, web: update translations (#11995)
  website: bump postcss from 8.4.48 to 8.4.49 in /website (#11996)
  web: bump API Client version (#11992)
  blueprints: add default Password policy (#11793)
  stages/captcha: Run interactive captcha in Frame (#11857)
  core, web: update translations (#11979)
  core: bump packaging from 24.1 to 24.2 (#11985)
  core: bump ruff from 0.7.2 to 0.7.3 (#11986)
  core: bump msgraph-sdk from 1.11.0 to 1.12.0 (#11987)
  website: bump the docusaurus group in /website with 9 updates (#11988)
  website: bump postcss from 8.4.47 to 8.4.48 in /website (#11989)
  stages/password: use recovery flow from brand (#11953)
  core: bump golang.org/x/sync from 0.8.0 to 0.9.0 (#11962)
  web: bump cookie, swagger-client and express in /web (#11966)
  core, web: update translations (#11959)
  core: bump debugpy from 1.8.7 to 1.8.8 (#11961)
  ...
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.

3 participants