Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XFSC-AAS Demo [experimental] #27

Closed
wants to merge 15 commits into from
Closed

XFSC-AAS Demo [experimental] #27

wants to merge 15 commits into from

Conversation

fhennig
Copy link
Contributor

@fhennig fhennig commented Mar 12, 2024

continued from: stackabletech/stackablectl#287

This demo deploys:

Untitled Diagram drawio

  • Keycloak
  • AAS connected to keycloak
  • a TSA mock that the AAS connects to
  • OPA connected to the CIP mock in the TSA
  • Trino connected to Keycloak and OPA
  • Superset connected to Keycloak and Trino

to run the demo, you need these two hosts entries:

127.0.0.1	auth-server
127.0.0.1	key-server

This is because the auth flow requires that the key-server and auth-server are always adressed with the same hostname, from inside and outside the k8s cluster.

And port forwards:

kubectl port-forward svc/key-server 8080
kubectl port-forward svc/auth-server 9000
kubectl port-forward svc/tsa 5000

@fhennig fhennig changed the title WIP AAS Demo XFSC-AAS Demo Mar 19, 2024
@fhennig fhennig changed the title XFSC-AAS Demo XFSC-AAS Demo [experimental] Mar 19, 2024
@fhennig
Copy link
Contributor Author

fhennig commented Apr 22, 2024

Thanks sebastian!

@fhennig
Copy link
Contributor Author

fhennig commented Sep 9, 2024

I'm closing this, this demo is now maintained here:

https://github.com/stackabletech/marispace-demos

@fhennig fhennig closed this Sep 9, 2024
@razvan razvan deleted the aas-demo branch March 25, 2025 14:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants