Skip to content

feat(dsp-standalone): VIS-4-wayne-v3#2

Open
russjaxn wants to merge 1 commit intomainfrom
feat/VIS-4-wayne-v3
Open

feat(dsp-standalone): VIS-4-wayne-v3#2
russjaxn wants to merge 1 commit intomainfrom
feat/VIS-4-wayne-v3

Conversation

@russjaxn
Copy link
Copy Markdown

@russjaxn russjaxn commented Apr 7, 2026

this is intended to be the initial impl deployed to main, but can't push directly to main so must go thru this PR

@@ -0,0 +1 @@
49e9a28af998c2678e6651ad4e60a2dbba2f3d284f58b224b3382919c1de7d55 No newline at end of file
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

does it need this? can this be generated rather than checked in? or maybe its a random key?

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you remove this and add any and all keys to the .gitignore ?

Comment thread add_user.py
print(" ERROR: Enter a valid email address (e.g. user@example.com).")

# --- password ---
password = prompt("Password", default="testuser123")
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe this could be driven by a variable rather than hard coded (the default pw)

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you move all the pw and login info into an .env file?

Comment thread build.txt
@@ -0,0 +1,702 @@
Image virtru-dsp-only-dsp Building
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this looks liek logs? can be removed

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

delete this .txt entirely, it shouldnt affect the build

Comment thread sample.keycloak.yaml
lastName: SecretUSA
email: aaa@secret.usa
credentials:
- value: testuser123
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

re: the password from the script earlier. should be a variable.
might also be good to pick a default / creds that are a little safer. since this is public.

Comment thread toySDK.go
TokenURL: "https://local-dsp.virtru.com:18443/auth/realms/opentdf/protocol/openid-connect/token",
},
}
token, err := oauthCfg.PasswordCredentialsToken(ctx, "aaa@topsecret.usa", "testuser123")
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

password again here

@russjaxn
Copy link
Copy Markdown
Author

russjaxn commented Apr 8, 2026

This new readme I presume was ai-generated or ai-assisted. It seems a little overly verbose, a little heavy to humanly consume, and could maybe be organized a little better. I have suggestions but they'd be better as a separate PR, which would make them easier to consume than PR comments. I will branch off this branch and create that PR

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