stages/identification: add option to pretend user exists (#7610)
* stages/identification: add option to pretend user exists Signed-off-by: Jens Langhammer <jens@goauthentik.io> * fix tests? Signed-off-by: Jens Langhammer <jens@goauthentik.io> * update docs Signed-off-by: Jens Langhammer <jens@goauthentik.io> * test CI permission fix Signed-off-by: Jens Langhammer <jens@goauthentik.io> --------- Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
		
							
								
								
									
										4
									
								
								.github/workflows/gha-cache-cleanup.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/gha-cache-cleanup.yml
									
									
									
									
										vendored
									
									
								
							@ -6,6 +6,10 @@ on:
 | 
			
		||||
    types:
 | 
			
		||||
      - closed
 | 
			
		||||
 | 
			
		||||
permissions:
 | 
			
		||||
  # Permission to delete cache
 | 
			
		||||
  actions: write
 | 
			
		||||
 | 
			
		||||
jobs:
 | 
			
		||||
  cleanup:
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										4
									
								
								.github/workflows/translation-advice.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/translation-advice.yml
									
									
									
									
										vendored
									
									
								
							@ -10,6 +10,10 @@ on:
 | 
			
		||||
      - "!locale/en/**"
 | 
			
		||||
      - "web/xliff/**"
 | 
			
		||||
 | 
			
		||||
permissions:
 | 
			
		||||
  # Permission to write comment
 | 
			
		||||
  pull-requests: write
 | 
			
		||||
 | 
			
		||||
jobs:
 | 
			
		||||
  post-comment:
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										4
									
								
								.github/workflows/translation-rename.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/translation-rename.yml
									
									
									
									
										vendored
									
									
								
							@ -6,6 +6,10 @@ on:
 | 
			
		||||
  pull_request:
 | 
			
		||||
    types: [opened, reopened]
 | 
			
		||||
 | 
			
		||||
permissions:
 | 
			
		||||
  # Permission to rename PR
 | 
			
		||||
  pull-requests: write
 | 
			
		||||
 | 
			
		||||
jobs:
 | 
			
		||||
  rename_pr:
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user