mirror of
				https://github.com/hiskang/acme.sh
				synced 2025-10-31 02:17:18 +00:00 
			
		
		
		
	Merge pull request #815 from ka2er/dev
less permissive permission on OVH API
This commit is contained in:
		
						commit
						a3d3ea2b4b
					
				| @ -119,7 +119,7 @@ dns_ovh_add() { | |||||||
| 
 | 
 | ||||||
|   _info "Checking authentication" |   _info "Checking authentication" | ||||||
| 
 | 
 | ||||||
|   response="$(_ovh_rest GET "domain/")" |   response="$(_ovh_rest GET "domain")" | ||||||
|   if _contains "$response" "INVALID_CREDENTIAL"; then |   if _contains "$response" "INVALID_CREDENTIAL"; then | ||||||
|     _err "The consumer key is invalid: $OVH_CK" |     _err "The consumer key is invalid: $OVH_CK" | ||||||
|     _err "Please retry to create a new one." |     _err "Please retry to create a new one." | ||||||
| @ -191,7 +191,7 @@ _ovh_authentication() { | |||||||
|   _H3="" |   _H3="" | ||||||
|   _H4="" |   _H4="" | ||||||
| 
 | 
 | ||||||
|   _ovhdata='{"accessRules": [{"method": "GET","path": "/*"},{"method": "POST","path": "/*"},{"method": "PUT","path": "/*"},{"method": "DELETE","path": "/*"}],"redirection":"'$ovh_success'"}' |   _ovhdata='{"accessRules": [{"method": "GET","path": "/auth/time"},{"method": "GET","path": "/domain"},{"method": "GET","path": "/domain/zone/*"},{"method": "GET","path": "/domain/zone/*/record"},{"method": "POST","path": "/domain/zone/*/record"},{"method": "POST","path": "/domain/zone/*/refresh"},{"method": "PUT","path": "/domain/zone/*/record/*"}],"redirection":"'$ovh_success'"}' | ||||||
| 
 | 
 | ||||||
|   response="$(_post "$_ovhdata" "$OVH_API/auth/credential")" |   response="$(_post "$_ovhdata" "$OVH_API/auth/credential")" | ||||||
|   _debug3 response "$response" |   _debug3 response "$response" | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user