Create Helm based Certificates for Clients 94/84094/2
authorInstrumental <jonathan.gathman@att.com>
Wed, 3 Apr 2019 13:25:28 +0000 (08:25 -0500)
committerInstrumental <jonathan.gathman@att.com>
Wed, 3 Apr 2019 13:47:50 +0000 (08:47 -0500)
commitbd7def7ee2098af56ce66752f59c062d7923fb69
treec896c416126f6ffc24bf5addf5b8f03704f68260
parent4fb5572210ac353ab9cf6edd55cc45a5d0381cd4
Create Helm based Certificates for Clients

Issue-ID: AAF-802
Change-Id: I5fdc4daecd6bac7f042940473784cfb05c9e338e
Signed-off-by: Instrumental <jonathan.gathman@att.com>
40 files changed:
auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/helpers/Approval.java
auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/helpers/Cred.java
auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/helpers/Role.java
auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/helpers/UserRole.java
auth/auth-batch/src/main/java/org/onap/aaf/auth/batch/reports/Analyze.java
auth/auth-cass/src/main/java/org/onap/aaf/auth/direct/DirectAAFLocator.java
auth/docker/Dockerfile.agent [moved from auth/docker/Dockerfile.client with 100% similarity]
auth/docker/Dockerfile.hello [new file with mode: 0644]
auth/docker/dbuild.sh
auth/helm/.gitignore
auth/helm/aaf-hello/.helmignore [new file with mode: 0644]
auth/helm/aaf-hello/Chart.yaml [new file with mode: 0644]
auth/helm/aaf-hello/aaf.sh [moved from auth/helm/aaf/aaf.sh with 100% similarity]
auth/helm/aaf-hello/templates/NOTES.txt [new file with mode: 0644]
auth/helm/aaf-hello/templates/aaf-hello.yaml [moved from auth/helm/aaf/templates/aaf-hello.yaml with 58% similarity]
auth/helm/aaf-hello/values.yaml [new file with mode: 0644]
auth/helm/aaf/templates/aaf-cass-pv.yaml [moved from auth/helm/aaf/templates/cass_pv.yaml with 100% similarity]
auth/helm/aaf/templates/aaf-cass-pvc.yaml [moved from auth/helm/aaf/templates/cass_pvc.yaml with 100% similarity]
auth/helm/aaf/templates/aaf-config-pv.yaml [moved from auth/helm/aaf/templates/config_pv.yaml with 100% similarity]
auth/helm/aaf/templates/aaf-config-pvc.yaml [moved from auth/helm/aaf/templates/config_pvc.yaml with 100% similarity]
auth/helm/aaf/templates/aaf-gui.yaml
auth/helm/aaf/templates/aaf-status-pv.yaml [moved from auth/helm/aaf/templates/status_pv.yaml with 100% similarity]
auth/helm/aaf/templates/aaf-status-pvc.yaml [moved from auth/helm/aaf/templates/status_pvc.yaml with 100% similarity]
auth/helm/aaf/values.yaml
auth/sample/bin/client.sh
auth/sample/etc/org.osaaf.aaf.cm.props
auth/sample/etc/org.osaaf.aaf.fs.props
auth/sample/etc/org.osaaf.aaf.gui.props
auth/sample/etc/org.osaaf.aaf.hello.props
auth/sample/etc/org.osaaf.aaf.locate.props
auth/sample/etc/org.osaaf.aaf.oauth.props
auth/sample/etc/org.osaaf.aaf.service.props
auth/sample/local/initialConfig.props
cadi/aaf/src/main/java/org/onap/aaf/cadi/aaf/v2_0/AAFCon.java
cadi/aaf/src/main/java/org/onap/aaf/cadi/aaf/v2_0/AbsAAFLocator.java
cadi/aaf/src/main/java/org/onap/aaf/cadi/register/RegistrationCreator.java
cadi/aaf/src/test/java/org/onap/aaf/cadi/register/test/JU_RegistrationCreator.java
cadi/core/src/main/java/org/onap/aaf/cadi/config/Config.java
cadi/core/src/main/java/org/onap/aaf/cadi/config/RegistrationPropHolder.java
cadi/core/src/test/java/org/onap/aaf/cadi/config/test/JU_RegistrationPropHolder.java