Hi,

you have to check the validity of your login/password
a huge effort has been done in Frankfurt to avoid hardcoded default passwords 
as it used to be so do not expect to find lots of admin/admin on the different 
interfaces except if you override your charts to use these credentials.
so-monitoring chart is referencing a kubernetes db-user-creds for its creds 
https://git.onap.org/oom/tree/kubernetes/so/charts/so-monitoring/templates/deployment.yaml

on your cluster you can easily access to these creds
kubectl get secret onap-so-db-user-creds -n onap -o yaml

be careful it is base64 encoded
so to get your login/password you need to decode

echo <your login or password in base64> | base64 --decode

and then you will get your creds..

/Morgan


Le mardi 01 septembre 2020 à 22:29 +0530, Goutam Roy a écrit :
Thank you Ali.
Now I am facing a new problem.

id: Tue Sep 01 2020 22:21:29 GMT+0530 (India Standard Time), title: 
"SO-Monitoring", url: "http://so-monitoring:30224";, appId: 10}
main.8640823071f3c5880b80.js:1 Mixed Content: The page at 
'https://portal.api.simpledemo.onap.org:30215/ONAPPORTAL/app/applicationsHome' 
was loaded over HTTPS, but requested an insecure frame 
'http://so-monitoring:30224/'. This content should also be served over HTTPS.
applicationsHome:1 A cookie associated with a cross-site resource at 
http://so-monitoring/ was set without the `SameSite` attribute. It has been 
blocked, as Chrome now only delivers cookies with cross-site requests if they 
are set with `SameSite=None` and `Secure`. You can review cookies in developer 
tools under Application>Storage>Cookies and see more details at 
https://www.chromestatus.com/feature/5088147346030592 and 
https://www.chromestatus.com/feature/5633521622188032.

I have used user=user, password=password. But it is not working. Please help me.

[image.png]

With Regards
Goutam Roy.

On Tue, Sep 1, 2020 at 7:44 PM Ali Akbar Hemmati 
<hemmati.al...@gmail.com<mailto:hemmati.al...@gmail.com>> wrote:
Hi
I think the problem is because of chrome's security policies. It does not allow 
openning http page in iframe in an https page. As you see, apps are opened in 
an iframe in ONAP Portal. Maybe you should change your browser's settings.
Hope it helps.



_________________________________________________________________________________________________________________________

Ce message et ses pieces jointes peuvent contenir des informations 
confidentielles ou privilegiees et ne doivent donc
pas etre diffuses, exploites ou copies sans autorisation. Si vous avez recu ce 
message par erreur, veuillez le signaler
a l'expediteur et le detruire ainsi que les pieces jointes. Les messages 
electroniques etant susceptibles d'alteration,
Orange decline toute responsabilite si ce message a ete altere, deforme ou 
falsifie. Merci.

This message and its attachments may contain confidential or privileged 
information that may be protected by law;
they should not be distributed, used or copied without authorisation.
If you have received this email in error, please notify the sender and delete 
this message and its attachments.
As emails may be altered, Orange is not liable for messages that have been 
modified, changed or falsified.
Thank you.


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#22025): https://lists.onap.org/g/onap-discuss/message/22025
Mute This Topic: https://lists.onap.org/mt/76556502/21656
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to