license updating
This commit is contained in:
@@ -24,7 +24,9 @@ class License
|
||||
end
|
||||
|
||||
def detail_with_local_cache(lookup)
|
||||
|
||||
|
||||
aes = MyAesCrypt.new
|
||||
aes_key, aes_iv = aes.export_to_file(lookup)
|
||||
# flag = ENV["AES_IV"]
|
||||
# # Check Exists IV
|
||||
# if flag == "<%= ENV['AES_IV'] %>"
|
||||
@@ -36,8 +38,8 @@ class License
|
||||
# aes_iv = ENV["AES_IV"]
|
||||
# end
|
||||
##Check from local redis - if available load local otherwise get from remote
|
||||
cache_key = "#{lookup}:license:#{key}:hostname"
|
||||
|
||||
cache_key = "#{lookup}:license:#{aes_key}:hostname"
|
||||
byebug
|
||||
# No Needs for current
|
||||
# @secret = key
|
||||
|
||||
@@ -54,7 +56,7 @@ class License
|
||||
if cache_license.nil?
|
||||
##change the d/e key
|
||||
# @options = { query: {device: "SXlite", lookup: lookup, skey: @secret, token: SECRETS_CONFIG['provision_key']} }
|
||||
@params = { query: { lookup_type: self.server_mode, lookup: lookup, iv_key: iv} }
|
||||
@params = { query: { lookup_type: self.server_mode, lookup: lookup, iv_key: aes_iv} }
|
||||
response = self.class.get("/subdomain", @params)
|
||||
@license = response.parsed_response
|
||||
|
||||
|
||||
Reference in New Issue
Block a user