summaryrefslogtreecommitdiffstats
path: root/openecomp-be/lib/openecomp-item-permissions-lib/openecomp-item-permissions-api
AgeCommit message (Expand)AuthorFilesLines
2022-02-09Step version to 1.10.2-SNAPSHOTMichaelMorris1-1/+1
2022-02-02Step version to 1.10.1-SNAPSHOTMichaelMorris1-1/+1
2021-10-01Step version for JakartaMichaelMorris1-1/+1
2021-09-20Updated SDC version to 1.9.2-SNAPSHOT1.9.2MichaelMorris1-1/+1
2021-09-13Update SDC version to 1.9.1-SNAPSHOT1.9.1MichaelMorris1-1/+1
2021-03-24Reformat openecomp-bevasraz12-83/+64
2021-03-22Update Master to IstambulChrisC1-1/+1
2021-03-17Update SDC versionChrisC1-1/+1
2021-03-16Improve test coveragexuegao1-25/+6
2021-03-04Update to 1.8.31.8.3ChrisC1-1/+1
2021-02-25Update version to 1.8.21.8.2ChrisC1-1/+1
2021-01-30Update project version 1.8.0 -> 1.8.11.8.1Joanna Jeremicz1-1/+1
2020-11-05Update master to HonoluluChrisC1-1/+1
2020-10-26Fix broken local build1.7.2vasraz1-1/+1
2020-10-20Upgrade to 1.7.2sebdet1-1/+1
2020-09-07Update version to 1.7.1sebdet1-1/+1
2020-05-06Prepare for Junit5vasraz1-7/+2
2020-03-12Disable SecurityFilterOfir Sonsino1-1/+1
2020-02-02Move to version 1.6.1shrek20001-1/+1
2019-10-29Bump SDC version 1.6.0Ofir Sonsino1-1/+1
2019-09-10Bump SDC version 1.5.2Ofir Sonsino1-1/+1
2019-09-03unit tests - openecomp-sdcTomasz Golabek2-18/+57
2019-07-28Update SDC version 1.5.1Ofir Sonsino1-1/+1
2019-07-11Added oparent to sdc mainTomasz Golabek8-0/+152
2019-05-07Update SDC version 1.5.0Sonsino, Ofir (os0695)1-1/+1
2018-11-15update sdc version in masterMichael Lando1-1/+1
2018-11-05bump sdc version to 1.3.3Michael Lando1-1/+1
2018-11-01update sdc to version 1.3.2Michael Lando1-1/+1
2018-10-24update sdc version to 1.3.1Michael Lando1-1/+1
2018-08-09Corrected relative path to parent POMvempo1-1/+0
2018-06-18Revert "SonarQube coverage"ayalaben1-4/+0
2018-06-02update sdc versionMichael Lando1-1/+1
2018-05-27SonarQube coverageayalaben1-0/+4
2018-05-27Revert "update sdc version"Michael Lando1-1/+1
2018-05-26update sdc versionMichael Lando1-1/+1
2018-05-23Fix bug in change item ownertalig2-6/+7
2018-04-12User Permission itemsayalaben4-2/+88
2018-02-11Delete Item Draftayalaben2-2/+4
2017-12-21Add collaboration featuretalig11-0/+259
pan> aaf_username: ${AAF_USERNAME} aaf_password: ${AAF_PASSWORD} dmaap_info: topic_url: https:message-router:3905/events/unauthenticated.PNF_UPDATE cpe_authentication: type: message_router aaf_username: ${AAF_USERNAME} aaf_password: ${AAF_PASSWORD} dmaap_info: topic_url: https:message-router:3905/events/unauthenticated.CPE_AUTHENTICATION streams_publishes: close_loop: type: message_router aaf_username: ${AAF_USERNAME} aaf_password: ${AAF_PASSWORD} dmaap_info: topic_url: https:message-router:3905/events/unauthenticated.DCAE_CL_OUTPUT dmaap.protocol: https dmaap.contentType: application/json dmaap.consumer.consumerId: c12 dmaap.consumer.consumerGroup: OpenDcae-c12 dmaap.messageLimit: -1 dmaap.timeoutMs: -1 aai.host: aai.onap aai.port: 8443 aai.protocol: https aai.username: ${AAI_USERNAME} aai.password: ${AAF_PASSWORD} aai.aaiIgnoreSslCertificateErrors: true application.pipelinesPollingIntervalSec: 25 application.pipelinesTimeoutSec: 15 application.cbsPollingIntervalSec: 120 application.policyVersion: 1.0.0.5 application.clTargetType: VM application.clEventStatus: ONSET application.clVersion: 1.0.2 application.clTarget: vserver.vserver-name application.clOriginator: DCAE-BBS-ep application.reregistration.policyScope: policyScopeReReg application.reregistration.clControlName: clControlNameReReg application.cpe.authentication.policyScope: policyScopeCpeAuth application.cpe.authentication.clControlName: clControlNameCpeAuth application.reregistration.configKey: pnf_reregistration application.cpeAuth.configKey: cpe_authentication application.closeLoop.configKey: close_loop application.loggingLevel: INFO application.ssl.keyStorePath: "/opt/app/bbs-event-processor/etc/cert/cert.jks" application.ssl.keyStorePasswordPath: "/opt/app/bbs-event-processor/etc/cert/jks.pass" application.ssl.trustStorePath: "/opt/app/bbs-event-processor/etc/cert/trust.jks" application.ssl.trustStorePasswordPath: "/opt/app/bbs-event-processor/etc/cert/trust.pass" application.ssl.enableAaiCertAuth: true application.ssl.enableDmaapCertAuth: true # Resource Limit Flavor -By Default Using Small flavor: small # Segregation for Different Environment (Small and Large) resources: small: limits: cpu: 1 memory: 1Gi requests: cpu: 1 memory: 1Gi large: limits: cpu: 2 memory: 2Gi requests: cpu: 2 memory: 2Gi unlimited: {}