We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ebe029 commit abfef4cCopy full SHA for abfef4c
.gitignore
@@ -19,4 +19,8 @@ bin
19
# Helm
20
*.tgz
21
22
-.DS_Store
+.DS_Store
23
+
24
+**/.env
25
+**/.env.*
26
+!**/.env.example
e2e/.env.example
@@ -0,0 +1,10 @@
1
+export HOSTNAME="command.hostname.com"
2
+export API_PATH="KeyfactorAPI"
3
4
+export CERTIFICATE_TEMPLATE="Server_tlsServerAuth-1y"
5
+export CERTIFICATE_AUTHORITY_HOSTNAME=""
6
+export CERTIFICATE_AUTHORITY_LOGICAL_NAME="Sub-CA"
7
8
+export OAUTH_TOKEN_URL="https://example.com/oauth2/token"
9
+export OAUTH_CLIENT_ID="changeme"
10
+export OAUTH_CLIENT_SECRET='changeme'
0 commit comments