Class: Conjur::Audit::API

Inherits:
Conjur::API show all
Defined in:
lib/conjur/audit-api.rb

Constant Summary

Constants inherited from Conjur::API

Conjur::API::GLOBAL_PRIVILEGE_RESOURCE, Conjur::API::VERSION

Instance Attribute Summary

Attributes inherited from Conjur::API

#api_key, #audit_resources, #audit_roles, #authenticator, #privilege, #remote_ip

Class Method Summary collapse

Methods inherited from Conjur::API

#add_public_key, appliance_health, appliance_info, #audit, #audit_resource, #audit_role, #audit_send, authenticate, #bootstrap, #create_deputy, #create_group, #create_host, #create_host_factory, #create_layer, #create_resource, #create_role, #create_user, #create_variable, #credentials, #current_role, decode_audit_ids, #delete_public_key, #deputy, encode_audit_ids, #find_groups, #global_privilege_permitted?, #group, #groups, #host, #host_factory, host_factory_asset_host, host_factory_create_host, #host_factory_create_host, #init_from_key, #init_from_token, #init_from_token_file, #layer, #layers, #ldap_sync_policy, #ldap_sync_show_profile, login, login_cas, new_from_key, new_from_token, new_from_token_file, #public_key, #public_key_names, #public_keys, #resource, #resources, #resources_permitted?, #revoke_host_factory_token, #role, #role_graph, rotate_api_key, service_names, service_version, #show_host_factory_token, #token, update_password, #user, #username, #variable, #variable_expirations, #variable_values, #with_audit_resources, #with_audit_roles, #with_privilege

Methods included from LogSource

#log

Methods included from Escape

#fully_escape, #path_escape, #query_escape

Class Method Details

.hostString

The URL for the audit service

Returns:

  • (String)

    the audit service url.



29
30
31
# File 'lib/conjur/audit-api.rb', line 29

def host
  Conjur.configuration.audit_url
end