mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Don't leak HP cdn & storage
This commit is contained in:
parent
1dbc7b4769
commit
d180ad4967
2 changed files with 4 additions and 0 deletions
|
@ -8,6 +8,8 @@ module Fog
|
|||
requires :hp_secret_key, :hp_account_id, :hp_tenant_id
|
||||
recognizes :hp_auth_uri, :hp_cdn_uri, :persistent, :connection_options, :hp_use_upass_auth_style, :hp_auth_version
|
||||
|
||||
secrets :hp_secret_key
|
||||
|
||||
model_path 'fog/hp/models/cdn'
|
||||
|
||||
request_path 'fog/hp/requests/cdn'
|
||||
|
|
|
@ -8,6 +8,8 @@ module Fog
|
|||
requires :hp_secret_key, :hp_account_id, :hp_tenant_id
|
||||
recognizes :hp_auth_uri, :hp_servicenet, :hp_cdn_ssl, :hp_cdn_uri, :persistent, :connection_options, :hp_use_upass_auth_style, :hp_auth_version
|
||||
|
||||
secrets :hp_secret_key
|
||||
|
||||
model_path 'fog/hp/models/storage'
|
||||
model :directory
|
||||
collection :directories
|
||||
|
|
Loading…
Add table
Reference in a new issue