123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372 |
- {
- "href" : "http://c6403.ambari.apache.org:8080/api/v1/stacks/HDP/versions/2.2/stackServices/KERBEROS/configurations?fields=*",
- "items" : [
- {
- "href" : "http://c6403.ambari.apache.org:8080/api/v1/stacks/HDP/versions/2.2/services/KERBEROS/configurations/admin_server_host",
- "StackConfigurations" : {
- "final" : "false",
- "property_description" : "\n The IP address or FQDN of the administrative Kerberos server, optionally a port number may be\n provided\n ",
- "property_name" : "admin_server_host",
- "property_type" : [ ],
- "property_value" : "",
- "service_name" : "KERBEROS",
- "stack_name" : "HDP",
- "stack_version" : "2.2",
- "type" : "krb5-conf.xml"
- }
- },
- {
- "href" : "http://c6403.ambari.apache.org:8080/api/v1/stacks/HDP/versions/2.2/services/KERBEROS/configurations/conf_dir",
- "StackConfigurations" : {
- "final" : "false",
- "property_description" : "The kadm.acl configuration directory",
- "property_name" : "conf_dir",
- "property_type" : [ ],
- "property_value" : "/var/kerberos/krb5kdc",
- "service_name" : "KERBEROS",
- "stack_name" : "HDP",
- "stack_version" : "2.2",
- "type" : "kadm5-acl.xml"
- }
- },
- {
- "href" : "http://c6403.ambari.apache.org:8080/api/v1/stacks/HDP/versions/2.2/services/KERBEROS/configurations/conf_dir",
- "StackConfigurations" : {
- "final" : "false",
- "property_description" : "The kdc.conf configuration directory",
- "property_name" : "conf_dir",
- "property_type" : [ ],
- "property_value" : "/var/kerberos/krb5kdc",
- "service_name" : "KERBEROS",
- "stack_name" : "HDP",
- "stack_version" : "2.2",
- "type" : "kdc-conf.xml"
- }
- },
- {
- "href" : "http://c6403.ambari.apache.org:8080/api/v1/stacks/HDP/versions/2.2/services/KERBEROS/configurations/conf_dir",
- "StackConfigurations" : {
- "final" : "false",
- "property_description" : "The krb5.conf configuration directory",
- "property_name" : "conf_dir",
- "property_type" : [ ],
- "property_value" : "/etc",
- "service_name" : "KERBEROS",
- "stack_name" : "HDP",
- "stack_version" : "2.2",
- "type" : "krb5-conf.xml"
- }
- },
- {
- "href" : "http://c6403.ambari.apache.org:8080/api/v1/stacks/HDP/versions/2.2/services/KERBEROS/configurations/content",
- "StackConfigurations" : {
- "final" : "false",
- "property_description" : "The jinja template for the kadm5.acl file",
- "property_name" : "content",
- "property_type" : [ ],
- "property_value" : "\n */admin@{{realm}}\t*\n\n {# Append additional realm declarations should be placed below #}\n ",
- "service_name" : "KERBEROS",
- "stack_name" : "HDP",
- "stack_version" : "2.2",
- "type" : "kadm5-acl.xml"
- }
- },
- {
- "href" : "http://c6403.ambari.apache.org:8080/api/v1/stacks/HDP/versions/2.2/services/KERBEROS/configurations/content",
- "StackConfigurations" : {
- "final" : "false",
- "property_description" : "The jinja template for the kdc.conf file",
- "property_name" : "content",
- "property_type" : [ ],
- "property_value" : "\n [kdcdefaults]\n kdc_ports = {{kdcdefaults_kdc_ports}}\n kdc_tcp_ports = {{kdcdefaults_kdc_tcp_ports}}\n\n [realms]\n {{realm}} = {\n acl_file = {{kadm5_acl_path}}\n dict_file = /usr/share/dict/words\n admin_keytab = {{kadm5_acl_dir}}/kadm5.keytab\n supported_enctypes = {{libdefaults_default_tgs_enctypes}}\n }\n\n {# Append additional realm declarations should be placed below #}\n ",
- "service_name" : "KERBEROS",
- "stack_name" : "HDP",
- "stack_version" : "2.2",
- "type" : "kdc-conf.xml"
- }
- },
- {
- "href" : "http://c6403.ambari.apache.org:8080/api/v1/stacks/HDP/versions/2.2/services/KERBEROS/configurations/content",
- "StackConfigurations" : {
- "final" : "false",
- "property_description" : "The jinja template for the krb5.conf file",
- "property_name" : "content",
- "property_type" : [ ],
- "property_value" : "\n[libdefaults]\n renew_lifetime = {{libdefaults_renew_lifetime}}\n forwardable = {{libdefaults_forwardable}}\n default_realm = {{realm|upper()}}\n ticket_lifetime = {{libdefaults_ticket_lifetime}}\n dns_lookup_realm = {{libdefaults_dns_lookup_realm}}\n dns_lookup_kdc = {{libdefaults_dns_lookup_kdc}}\n\n{% if domains %}\n[domain_realm]\n{% for domain in domains %}\n {{domain}} = {{realm|upper()}}\n{% endfor %}\n{% endif %}\n\n[logging]\n default = {{logging_default}}\n{#\n# The following options are unused unless a managed KDC is installed\n admin_server = {{logging_admin_server}}\n kdc = {{logging_admin_kdc}}\n#}\n\n[realms]\n {{realm}} = {\n admin_server = {{admin_server_host|default(kdc_host, True)}}\n kdc = {{kdc_host}}\n }\n\n{# Append additional realm declarations should be placed below #}\n ",
- "service_name" : "KERBEROS",
- "stack_name" : "HDP",
- "stack_version" : "2.2",
- "type" : "krb5-conf.xml"
- }
- },
- {
- "href" : "http://c6403.ambari.apache.org:8080/api/v1/stacks/HDP/versions/2.2/services/KERBEROS/configurations/domains",
- "StackConfigurations" : {
- "final" : "false",
- "property_description" : "\n A comma-delimited list of domain names that the realm serves (optional)\n ",
- "property_name" : "domains",
- "property_type" : [ ],
- "property_value" : "",
- "service_name" : "KERBEROS",
- "stack_name" : "HDP",
- "stack_version" : "2.2",
- "type" : "krb5-conf.xml"
- }
- },
- {
- "href" : "http://c6403.ambari.apache.org:8080/api/v1/stacks/HDP/versions/2.2/services/KERBEROS/configurations/kdc_host",
- "StackConfigurations" : {
- "final" : "false",
- "property_description" : "\n The IP address or FQDN of the KDC or Active Directory server, optionally a port number may be\n provided\n ",
- "property_name" : "kdc_host",
- "property_type" : [ ],
- "property_value" : "",
- "service_name" : "KERBEROS",
- "stack_name" : "HDP",
- "stack_version" : "2.2",
- "type" : "krb5-conf.xml"
- }
- },
- {
- "href" : "http://c6403.ambari.apache.org:8080/api/v1/stacks/HDP/versions/2.2/services/KERBEROS/configurations/kdc_type",
- "StackConfigurations" : {
- "final" : "false",
- "property_description" : "\n The type of KDC being used. Either mit-kdc or active-directory\n ",
- "property_name" : "kdc_type",
- "property_type" : [ ],
- "property_value" : "mit-kdc",
- "service_name" : "KERBEROS",
- "stack_name" : "HDP",
- "stack_version" : "2.2",
- "type" : "krb5-conf.xml"
- }
- },
- {
- "href" : "http://c6403.ambari.apache.org:8080/api/v1/stacks/HDP/versions/2.2/services/KERBEROS/configurations/kdcdefaults_kdc_ports",
- "StackConfigurations" : {
- "final" : "false",
- "property_description" : null,
- "property_name" : "kdcdefaults_kdc_ports",
- "property_type" : [ ],
- "property_value" : "88",
- "service_name" : "KERBEROS",
- "stack_name" : "HDP",
- "stack_version" : "2.2",
- "type" : "kdc-conf.xml"
- }
- },
- {
- "href" : "http://c6403.ambari.apache.org:8080/api/v1/stacks/HDP/versions/2.2/services/KERBEROS/configurations/kdcdefaults_kdc_tcp_ports",
- "StackConfigurations" : {
- "final" : "false",
- "property_description" : null,
- "property_name" : "kdcdefaults_kdc_tcp_ports",
- "property_type" : [ ],
- "property_value" : "88",
- "service_name" : "KERBEROS",
- "stack_name" : "HDP",
- "stack_version" : "2.2",
- "type" : "kdc-conf.xml"
- }
- },
- {
- "href" : "http://c6403.ambari.apache.org:8080/api/v1/stacks/HDP/versions/2.2/services/KERBEROS/configurations/libdefaults_default_tgs_enctypes",
- "StackConfigurations" : {
- "final" : "false",
- "property_description" : "\n a space-delimited list of session key encryption types supported by the KDC or Active\n Directory\n ",
- "property_name" : "libdefaults_default_tgs_enctypes",
- "property_type" : [ ],
- "property_value" : "\n aes256-cts-hmac-sha1-96 aes128-cts-hmac-sha1-96 des3-cbc-sha1 arcfour-hmac-md5\n camellia256-cts-cmac camellia128-cts-cmac des-cbc-crc des-cbc-md5 des-cbc-md4\n ",
- "service_name" : "KERBEROS",
- "stack_name" : "HDP",
- "stack_version" : "2.2",
- "type" : "krb5-conf.xml"
- }
- },
- {
- "href" : "http://c6403.ambari.apache.org:8080/api/v1/stacks/HDP/versions/2.2/services/KERBEROS/configurations/libdefaults_default_tkt_enctypes",
- "StackConfigurations" : {
- "final" : "false",
- "property_description" : "\n a space-delimited list of session key encryption types supported by the KDC or Active\n Directory\n ",
- "property_name" : "libdefaults_default_tkt_enctypes",
- "property_type" : [ ],
- "property_value" : "\n aes256-cts-hmac-sha1-96 aes128-cts-hmac-sha1-96 des3-cbc-sha1 arcfour-hmac-md5\n camellia256-cts-cmac camellia128-cts-cmac des-cbc-crc des-cbc-md5 des-cbc-md4\n ",
- "service_name" : "KERBEROS",
- "stack_name" : "HDP",
- "stack_version" : "2.2",
- "type" : "krb5-conf.xml"
- }
- },
- {
- "href" : "http://c6403.ambari.apache.org:8080/api/v1/stacks/HDP/versions/2.2/services/KERBEROS/configurations/libdefaults_dns_lookup_kdc",
- "StackConfigurations" : {
- "final" : "false",
- "property_description" : null,
- "property_name" : "libdefaults_dns_lookup_kdc",
- "property_type" : [ ],
- "property_value" : "false",
- "service_name" : "KERBEROS",
- "stack_name" : "HDP",
- "stack_version" : "2.2",
- "type" : "krb5-conf.xml"
- }
- },
- {
- "href" : "http://c6403.ambari.apache.org:8080/api/v1/stacks/HDP/versions/2.2/services/KERBEROS/configurations/libdefaults_dns_lookup_realm",
- "StackConfigurations" : {
- "final" : "false",
- "property_description" : null,
- "property_name" : "libdefaults_dns_lookup_realm",
- "property_type" : [ ],
- "property_value" : "false",
- "service_name" : "KERBEROS",
- "stack_name" : "HDP",
- "stack_version" : "2.2",
- "type" : "krb5-conf.xml"
- }
- },
- {
- "href" : "http://c6403.ambari.apache.org:8080/api/v1/stacks/HDP/versions/2.2/services/KERBEROS/configurations/libdefaults_forwardable",
- "StackConfigurations" : {
- "final" : "false",
- "property_description" : null,
- "property_name" : "libdefaults_forwardable",
- "property_type" : [ ],
- "property_value" : "true",
- "service_name" : "KERBEROS",
- "stack_name" : "HDP",
- "stack_version" : "2.2",
- "type" : "krb5-conf.xml"
- }
- },
- {
- "href" : "http://c6403.ambari.apache.org:8080/api/v1/stacks/HDP/versions/2.2/services/KERBEROS/configurations/libdefaults_renew_lifetime",
- "StackConfigurations" : {
- "final" : "false",
- "property_description" : null,
- "property_name" : "libdefaults_renew_lifetime",
- "property_type" : [ ],
- "property_value" : "7d",
- "service_name" : "KERBEROS",
- "stack_name" : "HDP",
- "stack_version" : "2.2",
- "type" : "krb5-conf.xml"
- }
- },
- {
- "href" : "http://c6403.ambari.apache.org:8080/api/v1/stacks/HDP/versions/2.2/services/KERBEROS/configurations/libdefaults_ticket_lifetime",
- "StackConfigurations" : {
- "final" : "false",
- "property_description" : null,
- "property_name" : "libdefaults_ticket_lifetime",
- "property_type" : [ ],
- "property_value" : "24h",
- "service_name" : "KERBEROS",
- "stack_name" : "HDP",
- "stack_version" : "2.2",
- "type" : "krb5-conf.xml"
- }
- },
- {
- "href" : "http://c6403.ambari.apache.org:8080/api/v1/stacks/HDP/versions/2.2/services/KERBEROS/configurations/logging_admin_server",
- "StackConfigurations" : {
- "final" : "false",
- "property_description" : null,
- "property_name" : "logging_admin_server",
- "property_type" : [ ],
- "property_value" : "FILE:/var/log/kadmind.log",
- "service_name" : "KERBEROS",
- "stack_name" : "HDP",
- "stack_version" : "2.2",
- "type" : "krb5-conf.xml"
- }
- },
- {
- "href" : "http://c6403.ambari.apache.org:8080/api/v1/stacks/HDP/versions/2.2/services/KERBEROS/configurations/logging_default",
- "StackConfigurations" : {
- "final" : "false",
- "property_description" : null,
- "property_name" : "logging_default",
- "property_type" : [ ],
- "property_value" : "FILE:/var/log/krb5libs.log",
- "service_name" : "KERBEROS",
- "stack_name" : "HDP",
- "stack_version" : "2.2",
- "type" : "krb5-conf.xml"
- }
- },
- {
- "href" : "http://c6403.ambari.apache.org:8080/api/v1/stacks/HDP/versions/2.2/services/KERBEROS/configurations/logging_kdc",
- "StackConfigurations" : {
- "final" : "false",
- "property_description" : null,
- "property_name" : "logging_kdc",
- "property_type" : [ ],
- "property_value" : "FILE:/var/log/krb5kdc.log",
- "service_name" : "KERBEROS",
- "stack_name" : "HDP",
- "stack_version" : "2.2",
- "type" : "krb5-conf.xml"
- }
- },
- {
- "href" : "http://c6403.ambari.apache.org:8080/api/v1/stacks/HDP/versions/2.2/services/KERBEROS/configurations/realm",
- "StackConfigurations" : {
- "final" : "false",
- "property_description" : "\n The realm to use when creating service principals\n ",
- "property_name" : "realm",
- "property_type" : [ ],
- "property_value" : "",
- "service_name" : "KERBEROS",
- "stack_name" : "HDP",
- "stack_version" : "2.2",
- "type" : "krb5-conf.xml"
- }
- },
- {
- "href" : "http://c6403.ambari.apache.org:8080/api/v1/stacks/HDP/versions/2.2/services/KERBEROS/configurations/test_keytab",
- "StackConfigurations" : {
- "final" : "false",
- "property_description" : "\n The base64-encoded keytab for the test principal (either this value or the password\n value is required to be set, neither is expected to be retained)\n ",
- "property_name" : "test_keytab",
- "property_type" : [ ],
- "property_value" : "\n\n ",
- "service_name" : "KERBEROS",
- "stack_name" : "HDP",
- "stack_version" : "2.2",
- "type" : "krb5-conf.xml"
- }
- },
- {
- "href" : "http://c6403.ambari.apache.org:8080/api/v1/stacks/HDP/versions/2.2/services/KERBEROS/configurations/test_password",
- "StackConfigurations" : {
- "final" : "false",
- "property_description" : "\n The password for the administrative principal (either this value or the keytab value is\n required to be set, neither is expected to be retained)\n ",
- "property_name" : "test_password",
- "property_type" : [
- "PASSWORD"
- ],
- "property_value" : "",
- "service_name" : "KERBEROS",
- "stack_name" : "HDP",
- "stack_version" : "2.2",
- "type" : "krb5-conf.xml"
- }
- },
- {
- "href" : "http://c6403.ambari.apache.org:8080/api/v1/stacks/HDP/versions/2.2/services/KERBEROS/configurations/test_principal",
- "StackConfigurations" : {
- "final" : "false",
- "property_description" : "\n The principal that may be used to test the Kerberos configuration (this will not be retained)\n ",
- "property_name" : "test_principal",
- "property_type" : [ ],
- "property_value" : "",
- "service_name" : "KERBEROS",
- "stack_name" : "HDP",
- "stack_version" : "2.2",
- "type" : "krb5-conf.xml"
- }
- }
- ]
- }
|