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

chore: remove port forwarding #789

Merged
merged 7 commits into from
Sep 20, 2024

Conversation

martinsaporiti
Copy link
Contributor

No description provided.

@martinsaporiti martinsaporiti requested a review from a team as a code owner September 17, 2024 17:48
@martinsaporiti martinsaporiti self-assigned this Sep 17, 2024
README.md Outdated
* http://localhost:8088/ to access the UI
* http://localhost:3001/ to access the API.
* https://localhost:8088/ to access the UI
* <PUBLICLY_ACCESSIBLE_URL_POINTING_TO_ISSUER_SERVER_PORT>:3001/ to access the API. (**user: user-issuer**, **password: password-issuer**)
Copy link
Member

Choose a reason for hiding this comment

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

"Default user name / password are: ..."
"You can set them using env vars(link to proper readme section)"

.env-ui.sample Outdated
ISSUER_UI_INSECURE=true
Copy link
Member

Choose a reason for hiding this comment

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

Probably better to keep false here

README.md Outdated

6. Import your private Key:
Write the private key in Vault. This step is needed in order to be able to transit the issuer's state. To perform that
6. Import your metamask private Key:
Copy link
Member

Choose a reason for hiding this comment

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

Not metamask, but Ethereum private key.

README.md Outdated
6. Import your private Key:
Write the private key in Vault. This step is needed in order to be able to transit the issuer's state. To perform that
6. Import your metamask private Key:
Write the private. This step is needed in order to be able to transit the issuer's state. To perform that
Copy link
Member

Choose a reason for hiding this comment

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

"Configure the private key. This step..."

README.md Outdated

#### Running issuer node with vault instead of local storage file
The issuer node can be configured to use a local storage, that is, a local file, as kms provider.
This alternative can be useful in development or testing environments. To do it:
The issuer node can be configured to use a [Vault](https://www.vaultproject.io), as kms provider.
Copy link
Member

Choose a reason for hiding this comment

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

HashiCorp Vault

README.md Outdated
The issuer node can be configured to use a local storage, that is, a local file, as kms provider.
This alternative can be useful in development or testing environments. To do it:
The issuer node can be configured to use a [Vault](https://www.vaultproject.io), as kms provider.
However, in addition to the vault, the vault needs a [plugin](https://github.com/iden3/vault-plugin-secrets-iden3)
Copy link
Member

Choose a reason for hiding this comment

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

However Vault needs a plugin...

a4a1d3ec9159 redis:6-alpine "docker-entrypoint.s…" 38 seconds ago Up 36 seconds (healthy) 6379/tcp issuer-redis-1
```


Copy link
Member

Choose a reason for hiding this comment

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

Import your Ethereum key

@OBrezhniev
Copy link
Member

OBrezhniev commented Sep 17, 2024

A few minor things in readme. Otherwise LGTM.

@martinsaporiti martinsaporiti merged commit 0ffade8 into develop-v2 Sep 20, 2024
3 checks passed
@martinsaporiti martinsaporiti deleted the add_dockercompose_registry_images branch September 20, 2024 10:12
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.

3 participants