mirror of
				https://github.com/Telecominfraproject/wlan-cloud-ucentralsec.git
				synced 2025-10-31 10:47:48 +00:00 
			
		
		
		
	Compare commits
	
		
			2 Commits
		
	
	
		
			v2.4.0-RC5
			...
			feature/te
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
|   | 8566d024a8 | ||
|   | 5e5150a73f | 
							
								
								
									
										23
									
								
								.github/workflows/enforce-jira-issue-key.yml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										23
									
								
								.github/workflows/enforce-jira-issue-key.yml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,23 @@ | |||||||
|  | name: Ensure Jira issue is linked | ||||||
|  |  | ||||||
|  | on: | ||||||
|  |   pull_request: | ||||||
|  |     types: [opened, edited, reopened, synchronize] | ||||||
|  |  | ||||||
|  | jobs: | ||||||
|  |   check_for_issue_key: | ||||||
|  |     runs-on: ubuntu-latest | ||||||
|  |     steps: | ||||||
|  |       - name: Checkout actions repo | ||||||
|  |         uses: actions/checkout@v2 | ||||||
|  |         with:  | ||||||
|  |           repository: Telecominfraproject/.github | ||||||
|  |           path: github | ||||||
|  |           ref: feature/wifi-4860--add-ensure-jira-issue-key-composite-action | ||||||
|  |  | ||||||
|  |       - name: Run JIRA check | ||||||
|  |         uses: ./github/composite-actions/enforce-jira-issue-key | ||||||
|  |         with: | ||||||
|  |           jira_base_url: ${{ secrets.TIP_JIRA_URL }} | ||||||
|  |           jira_user_email: ${{ secrets.TIP_JIRA_USER_EMAIL }} | ||||||
|  |           jira_api_token: ${{ secrets.TIP_JIRA_API_TOKEN }} | ||||||
| @@ -141,11 +141,17 @@ configProperties: | |||||||
|   authentication.default.access: master |   authentication.default.access: master | ||||||
|   authentication.service.type: internal |   authentication.service.type: internal | ||||||
|   # Mailer |   # Mailer | ||||||
|  |   mailer.enabled: "false" | ||||||
|   mailer.hostname: smtp.gmail.com |   mailer.hostname: smtp.gmail.com | ||||||
|   mailer.sender: OpenWIFI |   mailer.sender: OpenWIFI | ||||||
|   mailer.loginmethod: login |   mailer.loginmethod: login | ||||||
|   mailer.port: 587 |   mailer.port: 587 | ||||||
|   mailer.templates: $OWSEC_ROOT/persist/templates |   mailer.templates: $OWSEC_ROOT/persist/templates | ||||||
|  |   # SMS | ||||||
|  |   smssender.enabled: "false" | ||||||
|  |   smssender.provider: "aws" | ||||||
|  |   #smssender.aws.region: "" | ||||||
|  |   #smssender.twilio.phonenumber: "" | ||||||
|   # ALB |   # ALB | ||||||
|   alb.enable: "true" |   alb.enable: "true" | ||||||
|   alb.port: 16101 |   alb.port: 16101 | ||||||
| @@ -212,6 +218,12 @@ configProperties: | |||||||
|   # Mailer |   # Mailer | ||||||
|   mailer.username: no-reply@arilia.com |   mailer.username: no-reply@arilia.com | ||||||
|   mailer.password: "**************************" |   mailer.password: "**************************" | ||||||
|  |   # SMS | ||||||
|  |   #smssender.aws.secretkey: "" | ||||||
|  |   #smssender.aws.accesskey: "" | ||||||
|  |   #smssender.twilio.sid: "" | ||||||
|  |   #smssender.twilio.token: "" | ||||||
|  |   # | ||||||
|   # Storage |   # Storage | ||||||
|   ## PostgreSQL |   ## PostgreSQL | ||||||
|   storage.type.postgresql.username: stephb |   storage.type.postgresql.username: stephb | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user