-
Notifications
You must be signed in to change notification settings - Fork 83
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
Conversation
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**) |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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: |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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. |
There was a problem hiding this comment.
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) |
There was a problem hiding this comment.
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 | ||
``` | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Import your Ethereum key
A few minor things in readme. Otherwise LGTM. |
No description provided.