aboutsummaryrefslogtreecommitdiffstats
path: root/utils/webseal-simulator/README.txt
blob: 46fd622bc8b9c018fa368d8af37bb4a676192192 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
------------------------
|                      |
|  webseal simulator   |
|                      |
------------------------

Working with webseal simulator:
-------------------------------

1. Build the project using: mvn clean install
2. Ftp war file: webseal-simulator\target\WSSimulator.war to your localhost vagrant machine: /home/vagrant/webseal-simulator/webapps folder
3. Ftp configuration file: webseal-simulator\src\main\resources\webseal.conf to your localhost vagrant machine: /home/vagrant/webseal-simulator/config
4. To run the simulator, enter to your local vagrant and run: startWebsealSimulator.sh
5. Open browser and navigate to: http://localhost:8285/sdc1.login

Note: the user in webseal configuration file will appear in the login screen. Pressing on user link will perform authentication and redirect to SDC.
The users should be predefined in SDC
al.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
# Copyright © 2017 Amdocs, Bell Canada
# Modifications Copyright © 2018, 2020 AT&T
# Modifications Copyright © 2021 Orange
# Modifications Copyright © 2021, 2022, 2023 Nordix Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#       http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

apiVersion: v2
description: ONAP Policy
name: policy
version: 13.0.0

dependencies:
  - name: common
    version: ~13.x-0
    repository: '@local'
  - name: mariadb-galera
    version: ~13.x-0
    repository: '@local'
    condition: global.mariadb.localCluster
  - name: policy-nexus
    version: ~13.x-0
    repository: 'file://components/policy-nexus'
    condition: policy-nexus.enabled
  - name: policy-api
    version: ~13.x-0
    repository: 'file://components/policy-api'
    condition: policy-api.enabled
  - name: policy-pap
    version: ~13.x-0
    repository: 'file://components/policy-pap'
    condition: policy-pap.enabled
  - name: policy-xacml-pdp
    version: ~13.x-0
    repository: 'file://components/policy-xacml-pdp'
    condition: policy-xacml-pdp.enabled
  - name: policy-apex-pdp
    version: ~13.x-0
    repository: 'file://components/policy-apex-pdp'
    condition: policy-apex-pdp.enabled
  - name: policy-drools-pdp
    version: ~13.x-0
    repository: 'file://components/policy-drools-pdp'
    condition: policy-drools-pdp.enabled
  - name: policy-distribution
    version: ~13.x-0
    repository: 'file://components/policy-distribution'
    condition: policy-distribution.enabled
  - name: policy-clamp-ac-k8s-ppnt
    version: ~13.x-0
    repository: 'file://components/policy-clamp-ac-k8s-ppnt'
    condition: policy-clamp-ac-k8s-ppnt.enabled
  - name: policy-clamp-ac-http-ppnt
    version: ~13.x-0
    repository: 'file://components/policy-clamp-ac-http-ppnt'
    condition: policy-clamp-ac-http-ppnt.enabled
  - name: policy-clamp-ac-a1pms-ppnt
    version: ~13.x-0
    repository: 'file://components/policy-clamp-ac-a1pms-ppnt'
    condition: policy-clamp-ac-a1pms-ppnt.enabled
  - name: policy-clamp-ac-kserve-ppnt
    version: ~13.x-0
    repository: 'file://components/policy-clamp-ac-kserve-ppnt'
    condition: policy-clamp-ac-kserve-ppnt.enabled
  - name: policy-clamp-ac-pf-ppnt
    version: ~13.x-0
    repository: 'file://components/policy-clamp-ac-pf-ppnt'
    condition: policy-clamp-ac-pf-ppnt.enabled
  - name: policy-clamp-runtime-acm
    version: ~13.x-0
    repository: 'file://components/policy-clamp-runtime-acm'
    condition: policy-clamp-runtime-acm.enabled
  - name: policy-gui
    version: ~13.x-0
    repository: 'file://components/policy-gui'
    condition: policy-gui.enabled
  - name: repositoryGenerator
    version: ~13.x-0
    repository: '@local'
  - name: serviceAccount
    version: ~13.x-0
    repository: '@local'
  - name: readinessCheck
    version: ~13.x-0
    repository: '@local'
  - name: postgres
    version: ~13.x-0
    repository: '@local'
    condition: global.postgres.localCluster