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

Where does the extra space come from? #967

Open
errolsancaktar opened this issue Feb 8, 2024 · 0 comments
Open

Where does the extra space come from? #967

errolsancaktar opened this issue Feb 8, 2024 · 0 comments

Comments

@errolsancaktar
Copy link

Trying to figure out why there is so much space between the temp auth token and the access role? this happens on several icons within the full graph but i cant seem to get the arrow to line up to the center of the icon.

    user = User("User")
    with Cluster("Client UI"):
        client = Compute("Client\nInstance")

    with Cluster("Shared Services"):

        with Cluster("Auth"):
            iamRole = IdentityAndAccessManagementIamRole("SQL\nAccess Role")
            stsToken = IdentityAndAccessManagementIamAWSSts(
                "Temporary\nAuth Token")
            auth0 = Auth0("Auth0")

    client << Edge(color="darkgreen", forward=False) >> auth0
    auth0 >> Edge(color="darkgreen") >> stsToken
    stsToken >> Edge(color="darkgreen", minlen="0") >> iamRole
    client << Edge(color="darkgreen") >> iamRole


    user << Edge() >> client

Screenshot_20240208_115120

example from different section of graph
image

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

No branches or pull requests

1 participant