Age | Commit message (Collapse) | Author | Files | Lines |
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to 9602ca33aef3a2a441513359b2750e9fbee11cb4
- Merge "Update release-notes"
- Update release-notes
This reverts commit 067bede1a6c7fbd5dccc7302783641c4c96b33fa.
Issue-ID: AAF-1148
Change-Id: I0e2b167207291f0c54d03a0e888a6f426a3f6232
Signed-off-by: Edyta Krukowska <edyta.krukowska@nokia.com>
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to 16c3995a89892b1dad4dab7df0f6200ac8b09f92
- Medium Vulnerabilities CodeFix: 1. URL Redirection 2. AAF-1111
Issue-ID: AAF-1115
Change-Id: I05d8d7a19236ad476d2a37b51a6c4a84ba2b8546
Signed-off-by: Raviteja Cherughattu <rc835m@att.com>
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to 03bc32d07bdd8e2698a1bdede972ff5aa43f9759
- Merge "Update release-notes"
- Update release-notes
Issue-ID: AAF-1148
Signed-off-by: Edyta Krukowska <edyta.krukowska@nokia.com>
Change-Id: I5ad9e226c2cafa0ddc37835bac108e26266455e8
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to 8b18fd1bac703711ba81d427bbd3b5e924c39d1c
- Merge "Modification in JU_BatchDataViewTest.java"
- Modification in JU_BatchDataViewTest.java
Modification in JU_BatchDataViewTest.java
Issue-ID: AAF-1158
Change-Id: Iddcd7afba03a96fd8380a1480a3dc1ec949ed7d6
Signed-off-by: Indrijeet Kumar <indriku1@in.ibm.com>
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to 5b9a3eb61eb1ac8e4a58e801763702f6902fc1b1
- Update css file name in conf.py
ribbon.css is the correct name of the css file.
Issue-ID: CIMAN-376
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Change-Id: Id62101bca93a9d4007a3d61a1193cf1dd100fffb
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to b6106cffafc89a9c3051c3196f54df643197e4ad
- Enable Organizations to have a subset of users the user roles of which do not expire
Issue-ID: AAF-1149
Signed-off-by: Sean Hassan <sean.hassan@att.com>
Change-Id: Iaf04456abe78f2cb7972587b50f00bcaac3f83aa
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to f8e4fae3bb0e9a7d40a70a64971efd1813bee2d1
- Merge "GUI Changes - Tag ID"
- GUI Changes - Tag ID
Issue-ID: AAF-1147
Change-Id: Id1752887953a5084e8c6d1ff9a44eca487ce5c76
Signed-off-by: Raviteja Cherughattu <rc835m@att.com>
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to 0d982409d8931d92e62c88414ece2c48ab5e4b52
- Merge "Sample Commit"
- Sample Commit
Issue-ID: AAF-1147
Change-Id: I0512bab7f16f9ff07fad225f8ea10297c3161ab3
Signed-off-by: Raviteja Cherughattu <rc835m@att.com>
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to 9b858def712cff7bf0aa16a4d69de1a5d9846af1
- Fix Hash.toHex for odd character Strings
Also, made two functions work the same, and removed CadiException
Because CadiException removed, covered "FileGetter" with NullCheck
Issue-ID: AAF-941
Signed-off-by: Instrumental <jgonap@stl.gathman.org>
Change-Id: I7ee13ab98d3a70c1cdc59573921e0948ef198f9c
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to ea095eb9cdbb451f2310a262f3877c79f527cc8f
- Improve Pool
Move interface Log out, make JUPool test the functionality better, add "tooManyObjects"
to help control memory.
Minor BasicEnv for standalone usability.
included ".checkstyle" files, generated by Eclipse/Maven to .gitignore. They shouldn't be in repo.
Issue-ID: AAF-1146
Signed-off-by: Instrumental <jgonap@stl.gathman.org>
Change-Id: I72c22fa455029950e3d73d2e9addbccc1a990189
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to 9f2d11a8c9a8952bfc97e64418b21f26be4e51a6
- bump version for Guinin: 2.7.x
Initial version is 2.7.0-SNAPSHOT.
'7' connotes the 7th ONAP release, Guinin.
Issue-ID: AAF-1142
Signed-off-by: John J. Franey <john.franey@att.com>
Change-Id: I451a167f3f96ef54054c52f4389cceb8c467fc85
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to 4946ffdbdf1a25942851f5c1f135395bb1a023d2
- script to exit non-zero when fail to get certificate
The client.sh script is modified to return non-zero on
any error.
Issue-ID: AAF-1087
Signed-off-by: John J. Franey <john.franey@att.com>
Change-Id: I04728cd44951831daaac17719cba536f81fa65a7
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to c5b27ed436484b2a60bde7558aee459366f722d7
- AAF default config update and fixes
Update AAF default conf to :
- fix typo in default identity file
- add default email addresses to all pre defined users, as this was creating issues for some clients when trying to decode certs (missing Sponsor email for RFC822Name in generated certificates see JIRA : PORTAL-893).
- updated portal roles: portal does sync roles with AAF but was using another identity (aaf_admin), this has been changed in portal to use its X509 artifacts when doing REST queries to AAF, hence adding more roles to portal user to support its functions.
Issue-ID: PORTAL-875
Issue-ID: PORTAL-893
Signed-off-by: ChrisC <christophe.closset@intl.att.com>
Change-Id: I5afa2769a4ec33c1ea2f4da2f5b6e0b4938ea88f
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to f85e8b191aedc1e5a751a54184427fb0a65c8a0a
- release 2.1.21
Issue-ID: AAF-1136
Signed-off-by: John J. Franey <john.franey@att.com>
Change-Id: Icee87694c61ff095095aeb0f766673eb7e785117
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to d7c1a1b6c4218e3f470f86e4ff67fdcdc86f0ea5
- Merge "Add StandAlone Unix Configurations Include scripts, podman starts, minor code changes."
- Add StandAlone Unix Configurations
Include scripts, podman starts, minor code changes.
Issue-ID: AAF-1137
Signed-off-by: Jonathan Gathman <jgonap@stl.gathman.org>
Change-Id: Ief72d93e607dbe62875f592978ee15084c8310d2
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to e4220946ef3feb864ed45e4fc14682be2016dc1b
- Enable deploy plugin in all poms.
maven will then push all the artifacts to nexus when the
deploy goal is invoked.
Issue-ID: AAF-1136
Signed-off-by: John J. Franey <john.franey@att.com>
Change-Id: I1957cf2daf60507edae65e8cacf7730bf08a6adb
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to 6a12a6f42bdb2c1a13498f88000bada9b09c683f
- push release 2.1.20 to nexus repository
Issue-ID: AAF-1124
Signed-off-by: John J. Franey <john.franey@att.com>
Change-Id: I8c1dd0bf927461030ab6e7633280f262858f73d8
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to 6216814d263834a61708ec1cf002365f4ad6f969
- fix: stage a release candidate for 2.1.20
Issue-ID: AAF-1124
Signed-off-by: John J. Franey <john.franey@att.com>
Change-Id: I401b5b5c6589757d15027e0ad4b96f0061016be9
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to df9bf07b55ab41d9d69df04cd41e5bc4c9095893
- stage a release candidate for 2.1.20
Issue-ID: AAF-1124
Signed-off-by: John J. Franey <john.franey@att.com>
Change-Id: Ic4eb1e777946c9a009759684eb807287634c8050
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to 028f1ab9273171339b477d80f30a790df2344517
- Merge "test commit. sonar fixes"
- test commit. sonar fixes
Issue-ID: AAF-1031
Change-Id: I96ce88c32cfc0a6a7e1250f713c8379dfe097369
Signed-off-by: Mamtha <mamtha.sabesan@in.ibm.com>
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to 861b557b294032f9443ee1fca6b42d7252e92481
- Fix CADI Connection to Remote DNS AAF servers on proxied network
Java CADI client code and web filter has been fixed to allow
specification of a fixed hostname for connecting to AAF
service and avoiding use of the AAF Locator service to bootstrap.
The CADI code was also updated to avoid pre-resolving DNS in this
scenario. This fix is necessary to address use cases where the
AAF servers live in a different network domain from the CADI
client where the access point is through a proxied endpoint and
the DNS name is unresolvable on the network where the CADI client
code is executing.
Issue-ID: AAF-1123
Signed-off-by: Rene Glover <rene.glover@att.com>
Change-Id: I8835b7445e9bc1f6e89380462062748b53e078e5
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to d2f8381eeef23535e17b770022060a5ba06eedba
- Automation adds release-notes.rst
Add _release_notes hook to allow automation.
Fix non valid release notes characters in content.
Issue-ID: CIMAN-376
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Change-Id: I50872c45ff0bf94e35212613f594251d83836c64
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to 7b16e8835a20f05c060637a460d8434da5fb71c4
- Automation adds index.rst
Issue-ID: CIMAN-376
Change-Id: I781a4c8be0fb4272e1449ffe816eb20f97368eca
Signed-off-by: lf-jobbuilder <releng+lf-jobbuilder@linuxfoundation.org>
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to f146d1bbc6a2b072e5fc1cdc358bf9534b90fd51
- 2.1.20 Container release
Issue-ID: AAF-1102
Signed-off-by: Instrumental <jgonap@stl.gathman.org>
Change-Id: Ie9e11ea8bd42d4011e91bb4d8218160ea1f5c59d
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to 96bf6a2771dfe992fb27bd6361d191d83b6ff605
- AAF Services non root, all platforms
adjust Agent for JDK 11
Included redoing Config and Agent Init Containers
refit for "hello" (sample)
Issue-ID: AAF-1102
Signed-off-by: Instrumental <jgonap@stl.gathman.org>
Change-Id: Ia957b1ccce34d164580ccb0a6d02d7b800e4887e
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to 48bcfb9d4b03ac3e2e6915f7bdf72599c8794d43
- AAF non-root
update AAF service dockerfiles to run as user AAF, reusing existing script infra
Issue-ID: AAF-1102
Signed-off-by: ChrisC <christophe.closset@intl.att.com>, JulienBe <jb3179x@att.com>
Change-Id: I2d9feef65a98d4545e407825533cd1741f891b45
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to 083a7eb21620467ae1f7d5ba9341e12f75f9cc41
- minor 2.1.20 changes
Update versions to 2.1.20
Issue-ID: AAF-1081
Signed-off-by: Instrumental <jgonap@stl.gathman.org>
Change-Id: I1a8706d87f7aceffcc96980cebea6722d20cf11e
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to bd83422565ec450d26bea2a3112ef6b5285d20ca
- 2.0.19 containers
Issue-ID: AAF-1081
Signed-off-by: Instrumental <jgonap@stl.gathman.org>
Change-Id: I27a3a322aecca045cbde41f3d35ebb16f49d624c
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to 6a1ddb5e38cf8fa29f84c4b6ac4172bc1063691a
- Fix standalone Batch Jars
Issue-ID: AAF-1114
Signed-off-by: Instrumental <jgonap@stl.gathman.org>
Change-Id: I6ceb7ef714b3c7c2b33371abfca9202746151231
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to 6129846e19a51f266d61df7b71fac408e5611b76
- release 2.1.19
Issue-ID: AAF-1081
Signed-off-by: Instrumental <jgonap@stl.gathman.org>
Change-Id: Id6b33b5a4c9de659d3396cf46d5f51d5a5e5b917
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to eeb50d3b600eb5c781c53cb6f9519e503e22ca6d
- Fix Cass, then to Version 2.1.19
Issue-ID: AAF-1081
Signed-off-by: Instrumental <jgonap@stl.gathman.org>
Change-Id: I5ca5779813b6120dfb6c13768abab4855ad26c35
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to 14b5b259a28045ae08515d643af3381aac148b86
- update helm values.yaml for instructional Comments
Issue-ID: AAF-1081
Signed-off-by: Instrumental <jgonap@stl.gathman.org>
Change-Id: Iefdbd83a51eabbbbbddbb483de5e235783da771d
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to 1e8a6d7f5ec5755ca086a918fd28ce4baeeeec60
- cert manager's Agent should return exit status
also, bumps oparent version to 3.0.1
Issue-ID: AAF-1087
Signed-off-by: John J. Franey <john.franey@att.com>
Change-Id: I994d279024e167654ae00914b8e23b83c5e6fd0f
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to 5871a45bc0e598e94b6338c91bbdbd2d0177e935
- Container 2.1.18d
Issue-ID: AAF-1081
Signed-off-by: Instrumental <jgonap@stl.gathman.org>
Change-Id: Iee69b417ebac2c8ccbcc19f0cb41231fd67598e5
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to 28d2e7a6daa59749f6fefa302840943961c3ba9e
- Container 2.1.18c
Issue-ID: AAF-1081
Signed-off-by: Instrumental <jgonap@stl.gathman.org>
Change-Id: Idfbb108082e1037ad93b9e34e4b389f210669157
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to ab6dc4c77a4dd29ae4e31144abb568dd64bc015b
- update Container 2.1.18b
Issue-ID: AAF-1081
Signed-off-by: Instrumental <jgonap@stl.gathman.org>
Change-Id: I1fdbba7ca7f8a4cf85f204f8e64992ec30fa825e
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to 80cd42e2fb9c5c8cd9d2c90747a973117501a5cf
- Release 2.1.18 jars
Issue-ID: AAF-1081
Signed-off-by: Instrumental <jgonap@stl.gathman.org>
Change-Id: I5c3dde04046641ddd7f714f0384264e1e4405d52
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to a555e21d6f23e3c892db86fc9d27960c4b9d6cf4
- Move code set to 2.1.18, Update from TEST system
Issue-ID: AAF-1081
Signed-off-by: Instrumental <jgonap@stl.gathman.org>
Change-Id: I4b885ad2805bdb517cc440bfc8f7af23b8042eb7
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to 3e96ae3a95da9a507ad92767030f729e484f885f
- 2.1.17-container
Issue-ID: AAF-1081
Signed-off-by: Instrumental <jgonap@stl.gathman.org>
Change-Id: I86e3e38619bb5b350cfbd98670a42542d4202f65
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to add60903781f8bb4cbe59555bf79181cb5f73b8c
- Release 2.1.17
Issue-ID: AAF-1081
Signed-off-by: Instrumental <jgonap@stl.gathman.org>
Change-Id: Ie7bd9c34c2698d792e91139ce074a1d1125be983
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to 83d5e01bcac0bbd8c6386eb5033954001524d91f
- Update DCAE Startup Info
Issue-ID: AAF-1081
Signed-off-by: Instrumental <jgonap@stl.gathman.org>
Change-Id: If1351f470ea1658d9c0d53698a76378ef0b0e282
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to 9b863ada3b7c11e104209ba15fe9eb9fe230f979
- Migrate aaf-authz docs
Merging this will create
https://onap-aaf-authz.readthedocs.io
This build will run in parallel
to the current docs generation method
until we are ready to cut over.
Issue-ID: CIMAN-364
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Change-Id: Ib88b8e77934aaf666f3bfbf649b8a449af8b9b35
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to ba66edfffc5d58a2a963b66967a9b93beaf881b2
- Updates required for rtdv3 jobs.
from the verify job:
rtdv3-global-verify-master] $ /bin/bash -l
Change-Id: Iede527732d480b56e5f80902a4cd3d44ea13b1ce
Change-Id: Iad5a018d697d968ca65ab95c850fc94ee101d303
---> rtdv3.sh
INFO:
INFO: Project: aaf/authz
INFO: Read the Docs Sub Project: https://onap-aaf-authz.readthedocs.io
INFO: Read the Docs Master Project: https://onap-doc.readthedocs.io
INFO: Verify job completed
example of how this changeset was created.
includes link to documentation:
https://gist.github.com/Aricg/bf95ef40c542ba211be8771e88e6f410
merging this will create
https://onap-aaf-authz.readthedocs.io
This build will run in parralelle
to the current docs generation method
untill we are ready to cut over.
Issue-ID: CIMAN-33
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
Change-Id: I327c9408bd1bb49d19df4467d0ff03d6c2ab8769
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to 9fa2e46e3f52b8c101a7cf7589553009cd0ae673
- Add new committers
- Pawel Baniewski email pawel.baniewski@nokia.com LFID baniewsk
- Gerard Nugent email gerard.nugent@est.tech LFID egernug
- John Franey email john.franey@att.com LFID JohnFraney
Issue-ID: CIMAN-33
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Change-Id: I72f3fff449f2d848fe19eefd3cc0ad2431491370
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to 0a15ed81fdde99920359f209341114119c1aa11a
- Modify for use of JDK 11
Issue-ID: AAF-1066
Signed-off-by: Instrumental <jgonap@stl.gathman.org>
Change-Id: I31484958c48b0d9b930921bec2581144e0675970
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to 82755753f41112e1cdd91b2994620ad074dfbf20
- Sonar Fixes: Variable name changes
Issue-ID: AAF-1040 Ticket for Sonar Fixes
Change-Id: I48b764c1c7b6993ce18e693cd16522afb1e1c21d
Signed-off-by: HelenaLydon <helena.lydon@est.tech>
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to e78d297795f08d3ecdc176ff10c6c77570828e17
- Merge "Sonar Fixes"
- Sonar Fixes
Issue-ID: AAF-1040 Ticket for Sonar Fixes
Change-Id: I0b9ea7dcb1d91dc262ec64128d1ca1f9b98baa0c
Signed-off-by: HelenaLydon <helena.lydon@est.tech>
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to be1edcb6830745015f5de72e820f40f36dd571ad
- Fix Agent and CM Issues
Issue-ID: AAF-1067
Signed-off-by: Instrumental <jgonap@stl.gathman.org>
Change-Id: I5508edec3d63b4831d0caddd8303126956bd05a0
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to 165e298554f06ecd0545df604e11736ebf71566d
- Merge "restore a couple of fields' access to public"
- restore a couple of fields' access to public
Apparently, these fields are part of contract to custom plugins.
Issue-ID: AAF-1040
Signed-off-by: John J. Franey <john.franey@att.com>
Change-Id: Ib3106230416baae9c63136ed2563a6416b61d40f
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to 9dab8be3addc9b1bcf650b35d3834f99200cb957
- Sonar Fixes: AuthzFacadeImpl
Issue-ID: AAF-1040
Signed-off-by: egernug <gerard.nugent@est.tech>
Change-Id: Ic1e72ae01fc28204da94407c28cb4e65d7c14d4a
|