[
https://issues.apache.org/jira/browse/AMBARI-18711?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15626006#comment-15626006
]
Hudson commented on AMBARI-18711:
---------------------------------
FAILURE: Integrated in Jenkins build Ambari-trunk-Commit #5901 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/5901/])
AMBARI-18711: Ambari-server: DB changes to enable/disable credential
(nsomasundaram:
[http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=c0c02d05ff184f89df8e152a63689318160efb18])
* (edit) ambari-server/src/main/resources/Ambari-DDL-Postgres-CREATE.sql
* (edit)
ambari-server/src/main/java/org/apache/ambari/server/orm/entities/ServiceDesiredStateEntity.java
* (edit)
ambari-server/src/main/java/org/apache/ambari/server/state/ServiceImpl.java
* (edit)
ambari-server/src/test/java/org/apache/ambari/server/upgrade/UpgradeCatalog250Test.java
* (edit) ambari-server/src/main/java/org/apache/ambari/server/state/Service.java
* (edit) ambari-server/src/main/resources/Ambari-DDL-Oracle-CREATE.sql
* (edit)
ambari-server/src/main/java/org/apache/ambari/server/upgrade/UpgradeCatalog250.java
* (edit) ambari-server/src/main/resources/Ambari-DDL-MySQL-CREATE.sql
* (edit) ambari-server/src/main/resources/Ambari-DDL-SQLAnywhere-CREATE.sql
* (edit) ambari-server/src/main/resources/Ambari-DDL-Derby-CREATE.sql
* (edit) ambari-server/src/main/resources/Ambari-DDL-SQLServer-CREATE.sql
> Ambari-server: DB changes to enable/disable credential store support
> --------------------------------------------------------------------
>
> Key: AMBARI-18711
> URL: https://issues.apache.org/jira/browse/AMBARI-18711
> Project: Ambari
> Issue Type: Task
> Components: ambari-server
> Affects Versions: 2.4.2
> Reporter: Nahappan Somasundaram
> Assignee: Nahappan Somasundaram
> Fix For: 2.5.0
>
> Attachments: rb53216.patch
>
>
> To enable or disable a component to use credential store, changes are
> required in the DB to keep track of this information. The
> _servicedesiredstate_ table can keep track of this information using a new
> *credential_store_enabled* column.
> If a service supports reading passwords from the configuration's JCEKS file,
> then it will specify this information in its stack definition. Services that
> support using the credential store can be enabled or disabled to use it.
> Services that do not, will always be disabled from using the credential store.
> The option to enable or disable the components of a service that has
> credential store support is provided via the UI and blueprint. This
> information will then be captured in the _servicedesiredstate_ table in the
> *credential_store_enabled* column.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)